mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +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) {
|
||||
$(el).css('background-color', '#'+hex);
|
||||
$(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