mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fixes a redundant flag test
This commit is contained in:
parent
5c67c6c846
commit
a345c47f92
1 changed files with 0 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue