From f284524dd08030eb4e415447cf006cfb6a1134b9 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Wed, 30 Oct 2019 18:28:30 -0500 Subject: [PATCH] fix glowchan groupnum entry (used to group buttons) --- .../materialEditor/gui/guiMaterialPropertiesWindow.ed.gui | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPropertiesWindow.ed.gui b/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPropertiesWindow.ed.gui index be1c82290..484def860 100644 --- a/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPropertiesWindow.ed.gui +++ b/Templates/BaseGame/game/tools/materialEditor/gui/guiMaterialPropertiesWindow.ed.gui @@ -1892,7 +1892,7 @@ }; new GuiRadioCtrl(glowChanBtn0) { text = "R"; - groupNum = "3"; + groupNum = "4"; buttonType = "RadioButton"; useMouseEvents = "0"; position = "100 5"; @@ -1912,7 +1912,7 @@ }; new GuiRadioCtrl(glowChanBtn1) { text = "G"; - groupNum = "3"; + groupNum = "4"; buttonType = "RadioButton"; useMouseEvents = "0"; position = "121 5"; @@ -1932,7 +1932,7 @@ }; new GuiRadioCtrl(glowChanBtn2) { text = "B"; - groupNum = "3"; + groupNum = "4"; buttonType = "RadioButton"; useMouseEvents = "0"; position = "142 5"; @@ -1952,7 +1952,7 @@ }; new GuiRadioCtrl(glowChanBtn3) { text = "A"; - groupNum = "3"; + groupNum = "4"; buttonType = "RadioButton"; useMouseEvents = "0"; position = "163 5";