diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index af23c9278f..d8d7934191 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"); };