Fixes a redundant flag test

This commit is contained in:
Areloch 2017-05-15 01:04:06 -05:00
parent b634cda2bb
commit f2c25162c4

View file

@ -682,7 +682,6 @@ void ProcessedDeferredMaterial::_determineFeatures( U32 stageNum,
type == MFT_UseInstancing ||
type == MFT_DiffuseVertColor ||
type == MFT_DetailMap ||
type == MFT_DetailNormalMap ||
type == MFT_DiffuseMapAtlas)
newFeatures.addFeature( type );