mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Merge pull request #2011 from Areloch/Fix1998
Fixes a redundant flag test
This commit is contained in:
commit
edae0cf2a3
1 changed files with 0 additions and 1 deletions
|
|
@ -682,7 +682,6 @@ void ProcessedDeferredMaterial::_determineFeatures( U32 stageNum,
|
||||||
type == MFT_UseInstancing ||
|
type == MFT_UseInstancing ||
|
||||||
type == MFT_DiffuseVertColor ||
|
type == MFT_DiffuseVertColor ||
|
||||||
type == MFT_DetailMap ||
|
type == MFT_DetailMap ||
|
||||||
type == MFT_DetailNormalMap ||
|
|
||||||
type == MFT_DiffuseMapAtlas)
|
type == MFT_DiffuseMapAtlas)
|
||||||
newFeatures.addFeature( type );
|
newFeatures.addFeature( type );
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue