Merge pull request #781 from AleziaKurdis/TutorialDoppleGangerFix

Fix the doppleganger position in the tutorial
This commit is contained in:
Dale Glass 2024-01-06 20:30:50 +01:00 committed by GitHub
commit ce11eb3920
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,