mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +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) {
|
function startDopplegangerShow(entityID) {
|
||||||
var properties = Entities.getEntityProperties(entityID, ["position", "rotation"]);
|
var properties = Entities.getEntityProperties(entityID, ["position", "rotation"]);
|
||||||
var avatarPosition = MyAvatar.position;
|
var avatarPosition = MyAvatar.feetPosition;
|
||||||
var drawPosition = {
|
var drawPosition = {
|
||||||
"x": properties.position.x,
|
"x": properties.position.x,
|
||||||
"y": avatarPosition.y,
|
"y": avatarPosition.y,
|
||||||
|
|
Loading…
Reference in a new issue