mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +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.disableLasers = function() {
|
||||||
_this.setPlayAreaVisible(false, null, true);
|
_this.setPlayAreaVisible(false, null, false);
|
||||||
_this.setTeleportVisible(false, null, true);
|
_this.setTeleportVisible(false, null, false);
|
||||||
Pointers.disablePointer(_this.teleportParabolaHandVisuals);
|
Pointers.disablePointer(_this.teleportParabolaHandVisuals);
|
||||||
Pointers.disablePointer(_this.teleportParabolaHandCollisions);
|
Pointers.disablePointer(_this.teleportParabolaHandCollisions);
|
||||||
Pointers.disablePointer(_this.teleportParabolaHeadVisuals);
|
Pointers.disablePointer(_this.teleportParabolaHeadVisuals);
|
||||||
|
|
Loading…
Reference in a new issue