From d811c4f6b53ff7abf18fc7539b658aaff0947067 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Mon, 14 Mar 2016 11:39:56 -0700 Subject: [PATCH] dynamic is the same as grabbable-by-default --- examples/html/entityProperties.html | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 139d5cef67..e3a64da5d4 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -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;