Skip to content

Commit

Permalink
Merge pull request #781 from AleziaKurdis/TutorialDoppleGangerFix
Browse files Browse the repository at this point in the history
Fix the doppleganger position in the tutorial
  • Loading branch information
daleglass committed Jan 6, 2024
2 parents d882843 + 360e43e commit ce11eb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce11eb3

Please sign in to comment.