mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
Fix teleportation play area indicator not hiding on cancel.
This commit is contained in:
parent
fcdfae5a67
commit
1ec887ffc2
1 changed files with 2 additions and 2 deletions
|
@ -847,8 +847,8 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
};
|
||||
|
||||
this.disableLasers = function() {
|
||||
_this.setPlayAreaVisible(false, null, true);
|
||||
_this.setTeleportVisible(false, null, true);
|
||||
_this.setPlayAreaVisible(false, null, false);
|
||||
_this.setTeleportVisible(false, null, false);
|
||||
Pointers.disablePointer(_this.teleportParabolaHandVisuals);
|
||||
Pointers.disablePointer(_this.teleportParabolaHandCollisions);
|
||||
Pointers.disablePointer(_this.teleportParabolaHeadVisuals);
|
||||
|
|
Loading…
Reference in a new issue