Changed: Minor change
This commit is contained in:
parent
157206594f
commit
da373b3d4b
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ function game:mcwOnColorChanged()
|
||||||
else
|
else
|
||||||
uiPath = uiPath .. 'pick2';
|
uiPath = uiPath .. 'pick2';
|
||||||
end
|
end
|
||||||
|
|
||||||
local ui = getUI(uiPath);
|
local ui = getUI(uiPath);
|
||||||
game.ColorPicker.r = ui.r;
|
game.ColorPicker.r = ui.r;
|
||||||
game.ColorPicker.g = ui.g;
|
game.ColorPicker.g = ui.g;
|
||||||
|
|
Loading…
Reference in a new issue