mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 18:44:00 +02:00
Disable smooth movement in teleport.js
This commit is contained in:
parent
53623f7583
commit
2ef7c9a57a
1 changed files with 3 additions and 1 deletions
|
@ -509,7 +509,9 @@ function Teleporter() {
|
|||
var offset = getAvatarFootOffset();
|
||||
this.intersection.intersection.y += offset;
|
||||
this.exitTeleportMode();
|
||||
this.smoothArrival();
|
||||
// Disable smooth arrival, possibly temporarily
|
||||
//this.smoothArrival();
|
||||
MyAvatar.position = _this.intersection.intersection;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue