Merge pull request #12613 from NissimHadar/fixShadowUI

Correct can cast shadow flag being visible on entities that can't cast shadows
This commit is contained in:
John Conklin II 2018-03-12 10:45:33 -07:00 committed by GitHub
commit 8b05973939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,7 +313,7 @@
<label>ID:</label>
<input type="text" id="property-id" readonly>
</div>
<div class="property checkbox">
<div class="can-cast-shadow-section property checkbox">
<input type="checkbox" id="property-can-cast-shadow">
<label for="property-can-cast-shadow">Can cast shadow</label>
</div>