mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 06:52:32 +02:00
Merge pull request #781 from AleziaKurdis/TutorialDoppleGangerFix
Fix the doppleganger position in the tutorial
This commit is contained in:
commit
ce11eb3920
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