Remove duplicate definition of glowMul

This commit is contained in:
Lukas Aldershaab 2020-10-04 13:18:31 +02:00
parent 158bf5528c
commit 97edf1ae34

View file

@ -306,8 +306,6 @@ void Material::initPersistFields()
addField("metalChan", TypeF32, Offset(mMetalChan, Material), MAX_STAGES,
"The input channel metalness maps use.");
addField("glowMul", TypeF32, Offset(mGlowMul, Material), MAX_STAGES,
"The input channel metalness maps use.");
addField("glow", TypeBool, Offset(mGlow, Material), MAX_STAGES,
"Enables rendering as glowing.");