mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +02:00
Fix skybox color picker
This commit is contained in:
parent
9f7e90d036
commit
e673746d58
1 changed files with 1 additions and 1 deletions
|
@ -742,7 +742,7 @@
|
||||||
onSubmit: function(hsb, hex, rgb, el) {
|
onSubmit: function(hsb, hex, rgb, el) {
|
||||||
$(el).css('background-color', '#'+hex);
|
$(el).css('background-color', '#'+hex);
|
||||||
$(el).colpickHide();
|
$(el).colpickHide();
|
||||||
emitColorPropertyUpdate('skybox', rgb.r, rgb.g, rgb.b, 'color');
|
emitColorPropertyUpdate('color', rgb.r, rgb.g, rgb.b, 'skybox');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue