mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +02:00
avoid extra grab-point spheres when resetting scripts
This commit is contained in:
parent
d69e712bef
commit
5daf334a0e
1 changed files with 1 additions and 0 deletions
|
@ -2341,6 +2341,7 @@ function MyController(hand) {
|
|||
|
||||
this.cleanup = function() {
|
||||
this.release();
|
||||
this.grabPointSphereOff();
|
||||
};
|
||||
|
||||
this.heartBeat = function(entityID) {
|
||||
|
|
Loading…
Reference in a new issue