mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 16:46:28 +02:00
fix the doppleganger position in the tutorial
This try to fix the doppleganger position in the Avatar Viewer in the tutorial.
This commit is contained in:
parent
d882843b01
commit
360e43e006
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
function startDopplegangerShow(entityID) {
|
||||
var properties = Entities.getEntityProperties(entityID, ["position", "rotation"]);
|
||||
var avatarPosition = MyAvatar.position;
|
||||
var avatarPosition = MyAvatar.feetPosition;
|
||||
var drawPosition = {
|
||||
"x": properties.position.x,
|
||||
"y": avatarPosition.y,
|
||||
|
|
Loading…
Reference in a new issue