mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Update colorPicker.ed.gui
This commit is contained in:
parent
d06a28041d
commit
7ffb27dab3
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue