kinematic-grab defaults to true

This commit is contained in:
Seth Alves 2017-08-13 17:42:08 -07:00
parent 9015d69c71
commit 13424eb792

View file

@ -124,7 +124,7 @@ getGrabbableData = function (props) {
grabbableData.ignoreIK = true;
}
if (!grabbableData.hasOwnProperty("kinematicGrab")) {
grabbableData.kinematicGrab = false;
grabbableData.kinematicGrab = true;
}
return grabbableData;