mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 14:58:25 +02:00
change offsetPosition to use Camera.position
This commit is contained in:
parent
c729ceccb5
commit
30c16984c0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
function getOffsetPosition() {
|
||||
return Vec3.sum(MyAvatar.getHeadPosition(), Quat.getFront(Camera.orientation));
|
||||
return Vec3.sum(Camera.position, Quat.getFront(Camera.orientation));
|
||||
}
|
||||
|
||||
function onMuteToggled() {
|
||||
|
|
Loading…
Reference in a new issue