Explorar o código

Update colorPicker.ed.gui

marauder2k7 hai 7 meses
pai
achega
7ffb27dab3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Templates/BaseGame/game/tools/gui/colorPicker.ed.gui

+ 1 - 1
Templates/BaseGame/game/tools/gui/colorPicker.ed.gui

@@ -442,7 +442,7 @@ function ColorPickerRGBClass::onValidate(%this)
    else
    {
       %hsb = ColorLinearRGBToHSB(%red SPC %green SPC %blue);
-      %alpha *= 255.0
+      %alpha *= 255.0;
    }
    // these automatically update our ColorNewSelected which
    // updates all text fields including these.