mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Merge pull request #4841 from huffman/color-picker
Fix skybox color picker
This commit is contained in:
commit
a32b4df6a5
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,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