This commit is contained in:
James B. Pollack 2016-07-01 15:19:53 -07:00
parent ffbfc89e99
commit 9afc4d0c26

View file

@ -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();