mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 07:19:14 +02:00
Remove the post-teleport spot if a new teleport is started
This commit is contained in:
parent
a08bcd325d
commit
047ea0deaf
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ Script.include("/~/system/libraries/controllers.js");
|
||||||
visible: visible
|
visible: visible
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Overlays.editOverlay(this.teleportedTargetOverlay, { visible: false });
|
||||||
} else {
|
} else {
|
||||||
// Copy of target at teleported position for fading.
|
// Copy of target at teleported position for fading.
|
||||||
Overlays.editOverlay(this.teleportedTargetOverlay, {
|
Overlays.editOverlay(this.teleportedTargetOverlay, {
|
||||||
|
|
Loading…
Reference in a new issue