avoid extra grab-point spheres when resetting scripts

This commit is contained in:
Seth Alves 2016-08-27 20:42:03 -07:00
parent d69e712bef
commit 5daf334a0e

View file

@ -2341,6 +2341,7 @@ function MyController(hand) {
this.cleanup = function() { this.cleanup = function() {
this.release(); this.release();
this.grabPointSphereOff();
}; };
this.heartBeat = function(entityID) { this.heartBeat = function(entityID) {