mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +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';
|
elLightSections[i].style.display = 'block';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
elLightSpotLight.checked = properties.isSpotlight;
|
||||||
|
|
||||||
elLightColorRed.value = properties.color.red;
|
elLightColorRed.value = properties.color.red;
|
||||||
elLightColorGreen.value = properties.color.green;
|
elLightColorGreen.value = properties.color.green;
|
||||||
elLightColorBlue.value = properties.color.blue;
|
elLightColorBlue.value = properties.color.blue;
|
||||||
|
|
Loading…
Reference in a new issue