diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index d8d7934191..af23c9278f 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -568,7 +568,7 @@ function MyController(hand, triggerAction) { this.setState(STATE_RELEASE); return; } - + Entities.callEntityMethod(this.grabbedEntity, "continueNearGrabbingNonColliding"); };