Changed: Minor change

This commit is contained in:
kervala 2015-11-24 19:01:54 +01:00
parent 157206594f
commit da373b3d4b

View file

@ -85,6 +85,7 @@ function game:mcwOnColorChanged()
else
uiPath = uiPath .. 'pick2';
end
local ui = getUI(uiPath);
game.ColorPicker.r = ui.r;
game.ColorPicker.g = ui.g;