Fix spotlight checkbox on entity properties

This commit is contained in:
Ryan Huffman 2015-04-03 16:25:28 -07:00
parent 5fd960fb43
commit 748534cb9a

View file

@ -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;