diff --git a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript index e1bb86cab..c3acecec6 100644 --- a/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript +++ b/Templates/BaseGame/game/tools/materialEditor/scripts/materialEditor.ed.tscript @@ -2443,7 +2443,6 @@ function MaterialEditorGui::saveCompositeMap(%this) %roughMap = %material.getRoughMap(%layer); %aoMap = %material.getAOMap(%layer); %metalMap = %material.getMetalMap(%layer); - %glowMap = %material.getGlowMap(%layer); %roughness = %material.RoughnessChan[%layer]; %ao = %material.AOChan[%layer];