mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
in the right place... thanks howard!
This commit is contained in:
parent
fcf459645d
commit
fb6fa687e8
1 changed files with 3 additions and 2 deletions
|
@ -553,6 +553,7 @@ function Teleporter() {
|
|||
_this.smoothArrivalInterval = Script.setInterval(function() {
|
||||
if (_this.arrivalPoints.length === 0) {
|
||||
Script.clearInterval(_this.smoothArrivalInterval);
|
||||
HMD.centerUI();
|
||||
return;
|
||||
}
|
||||
var landingPoint = _this.arrivalPoints.shift();
|
||||
|
@ -564,8 +565,8 @@ function Teleporter() {
|
|||
}
|
||||
|
||||
}, SMOOTH_ARRIVAL_SPACING);
|
||||
|
||||
HMD.centerUI();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue