mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
in the right place... thanks howard!
This commit is contained in:
parent
c4c6b30440
commit
48bab49210
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