mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 06:49:05 +02:00
Update entityProperties.html
lowercase 'static' like other props
This commit is contained in:
parent
19cd3ec152
commit
89039747a2
1 changed files with 2 additions and 2 deletions
|
@ -1462,7 +1462,7 @@
|
||||||
<div class = "sub-section-header"> Collides With: </div>
|
<div class = "sub-section-header"> Collides With: </div>
|
||||||
<div class = "sub-props-checkbox-group">
|
<div class = "sub-props-checkbox-group">
|
||||||
<div class="property">
|
<div class="property">
|
||||||
<span class="label"> Static</span>
|
<span class="label"> static</span>
|
||||||
<span class="value">
|
<span class="value">
|
||||||
<input type='checkbox' id="property-collide-static">
|
<input type='checkbox' id="property-collide-static">
|
||||||
</span>
|
</span>
|
||||||
|
@ -1698,4 +1698,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue