Changed: Minor change

--HG--
branch : develop
This commit is contained in:
kervala 2015-11-24 19:01:54 +01:00
parent 86c2148df8
commit 56988bf85b

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;