mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
dynamic is the same as grabbable-by-default
This commit is contained in:
parent
1f8a55da3a
commit
d811c4f6b5
1 changed files with 0 additions and 1 deletions
|
@ -564,7 +564,6 @@
|
|||
elCollideMyAvatar.checked = properties.collidesWith.indexOf("myAvatar") > -1;
|
||||
elCollideOtherAvatar.checked = properties.collidesWith.indexOf("otherAvatar") > -1;
|
||||
|
||||
// boxes and sphere are grabbable by default
|
||||
elGrabbable.checked = properties.dynamic;
|
||||
elWantsTrigger.checked = false;
|
||||
elIgnoreIK.checked = false;
|
||||
|
|
Loading…
Reference in a new issue