From 7ffb27dab33bd68e7781ffcb96b172ffdc9bf8bc Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Thu, 23 Jan 2025 19:24:11 +0000 Subject: [PATCH] Update colorPicker.ed.gui --- Templates/BaseGame/game/tools/gui/colorPicker.ed.gui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/BaseGame/game/tools/gui/colorPicker.ed.gui b/Templates/BaseGame/game/tools/gui/colorPicker.ed.gui index 082c19b92..af0743a1f 100644 --- a/Templates/BaseGame/game/tools/gui/colorPicker.ed.gui +++ b/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.