mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:37:20 +02:00
cleanup
This commit is contained in:
parent
ffbfc89e99
commit
9afc4d0c26
1 changed files with 6 additions and 9 deletions
|
@ -300,9 +300,6 @@ function Teleporter() {
|
|||
|
||||
var offset = getAvatarFootOffset();
|
||||
|
||||
// _this.intersectionPosition.y+=offset;
|
||||
// print('OFFSET IS::: ' + JSON.stringify(offset))
|
||||
// print('TELEPORT POSITION IS:: ' + JSON.stringify(_this.intersectionPosition));
|
||||
_this.intersection.intersection.y += offset;
|
||||
MyAvatar.position = _this.intersection.intersection;
|
||||
this.exitTeleportMode();
|
||||
|
|
Loading…
Reference in a new issue