Merge pull request #2011 from Areloch/Fix1998

Fixes a redundant flag test
This commit is contained in:
Areloch 2017-05-25 01:35:09 -05:00 committed by GitHub
commit edae0cf2a3

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