From 5daf334a0e70a1b4a8bb383afd911b8754d740da Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sat, 27 Aug 2016 20:42:03 -0700 Subject: [PATCH] avoid extra grab-point spheres when resetting scripts --- scripts/system/controllers/handControllerGrab.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/system/controllers/handControllerGrab.js b/scripts/system/controllers/handControllerGrab.js index 8bbff61a41..889f63f9f2 100644 --- a/scripts/system/controllers/handControllerGrab.js +++ b/scripts/system/controllers/handControllerGrab.js @@ -2341,6 +2341,7 @@ function MyController(hand) { this.cleanup = function() { this.release(); + this.grabPointSphereOff(); }; this.heartBeat = function(entityID) {