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:
Alezia Kurdis 2023-12-30 21:42:31 -05:00 committed by GitHub
parent d882843b01
commit 360e43e006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,