mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
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:
commit
74df4e9508
1 changed files with 2 additions and 0 deletions
|
@ -3516,6 +3516,8 @@ function MyController(hand) {
|
|||
this.cleanup = function() {
|
||||
this.release();
|
||||
this.grabPointSphereOff();
|
||||
this.hideStylus();
|
||||
this.overlayLineOff();
|
||||
};
|
||||
|
||||
this.thisHandIsParent = function(props) {
|
||||
|
|
Loading…
Reference in a new issue