mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Fix spotlight checkbox on entity properties
This commit is contained in:
parent
5fd960fb43
commit
748534cb9a
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@
|
|||
elLightSections[i].style.display = 'block';
|
||||
}
|
||||
|
||||
elLightSpotLight.checked = properties.isSpotlight;
|
||||
|
||||
elLightColorRed.value = properties.color.red;
|
||||
elLightColorGreen.value = properties.color.green;
|
||||
elLightColorBlue.value = properties.color.blue;
|
||||
|
|
Loading…
Reference in a new issue