Fixes a redundant flag test

This commit is contained in:
Areloch 2017-05-15 01:04:06 -05:00
parent 5c67c6c846
commit a345c47f92

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 );