Merge pull request #9860 from sethalves/tablet-ui-del-stylus-when-script-stops

remove stylus and search-beams when grab script is shut down
This commit is contained in:
Seth Alves 2017-03-10 13:03:03 -08:00 committed by GitHub
commit 74df4e9508

View file

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