mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
Fix teleport not removing overlay on teleport
This commit is contained in:
parent
2ef7c9a57a
commit
1e6aba1928
1 changed files with 3 additions and 0 deletions
|
@ -512,6 +512,9 @@ function Teleporter() {
|
|||
// Disable smooth arrival, possibly temporarily
|
||||
//this.smoothArrival();
|
||||
MyAvatar.position = _this.intersection.intersection;
|
||||
_this.deleteTargetOverlay();
|
||||
_this.deleteCancelOverlay();
|
||||
HMD.centerUI();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue