diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 3b46a51960..763c213dec 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -932,6 +932,7 @@ function MyController(hand) { FAR_TO_NEAR_GRAB_PADDING_FACTOR); } this.setState(this.state == STATE_SEARCHING ? STATE_DISTANCE_HOLDING : STATE_EQUIP); + this.searchSphereOff(); return; }