mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Correct can cast shadow flag being visible on entities that can't cast shadows.
This commit is contained in:
parent
6969f014fc
commit
317d9a8dbc
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue