remove stylus and search-beams when grab script is shut down

This commit is contained in:
Seth Alves 2017-03-10 13:02:16 -08:00
parent 7e7b3e040e
commit 2098cd5b5e

View file

@ -3516,6 +3516,8 @@ function MyController(hand) {
this.cleanup = function() {
this.release();
this.grabPointSphereOff();
this.hideStylus();
this.overlayLineOff();
};
this.thisHandIsParent = function(props) {