mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 22:59:24 +00:00
Remove duplicate definition of glowMul
This commit is contained in:
parent
158bf5528c
commit
97edf1ae34
1 changed files with 0 additions and 2 deletions
|
|
@ -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.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue