cleanup singlechannel glowmask leftovers (we use a full rgb map now)

This commit is contained in:
AzaezelX 2020-07-12 17:39:16 -05:00
parent 56233410cf
commit f829303ded

View file

@ -638,8 +638,6 @@ void ProcessedDeferredMaterial::_determineFeatures( U32 stageNum,
if( mStages[stageNum].getTex( MFT_PBRConfigMap ) )
{
newFeatures.addFeature( MFT_PBRConfigMap );
if( mStages[stageNum].getTex( MFT_PBRConfigMap )->mHasTransparency )
newFeatures.addFeature( MFT_GlowMap );
}
else
newFeatures.addFeature( MFT_PBRConfigVars );