From 360e43e006677fb0fea1953138528ae40f0e1f20 Mon Sep 17 00:00:00 2001 From: Alezia Kurdis <60075796+AleziaKurdis@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:42:31 -0500 Subject: [PATCH] fix the doppleganger position in the tutorial This try to fix the doppleganger position in the Avatar Viewer in the tutorial. --- .../resources/serverless/Scripts/activator-doppleganger.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/serverless/Scripts/activator-doppleganger.js b/interface/resources/serverless/Scripts/activator-doppleganger.js index 89661683d3..3e39ea3f62 100644 --- a/interface/resources/serverless/Scripts/activator-doppleganger.js +++ b/interface/resources/serverless/Scripts/activator-doppleganger.js @@ -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,