dynamic is the same as grabbable-by-default

This commit is contained in:
Seth Alves 2016-03-14 11:39:56 -07:00
parent 1f8a55da3a
commit d811c4f6b5

View file

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