mirror of
https://github.com/lubosz/overte.git
synced 2025-08-27 08:25:53 +02:00
kinematic-grab defaults to true
This commit is contained in:
parent
9015d69c71
commit
13424eb792
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ getGrabbableData = function (props) {
|
|||
grabbableData.ignoreIK = true;
|
||||
}
|
||||
if (!grabbableData.hasOwnProperty("kinematicGrab")) {
|
||||
grabbableData.kinematicGrab = false;
|
||||
grabbableData.kinematicGrab = true;
|
||||
}
|
||||
|
||||
return grabbableData;
|
||||
|
|
Loading…
Reference in a new issue