diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-12-19 13:21:06 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:36 -0800 |
commit | 52dc988519a3832194fe63a015fb1bdecf86fcf3 (patch) | |
tree | a5f8b6b52d8104b509c648aecc19f2998c99ecda /indra | |
parent | ed3a1c57733b65c1738d7235f8696957a8eee36a (diff) |
oopse, forgot to set the requested listener position
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index 0ff8a09de8..0c9c5c5bdd 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -1574,7 +1574,7 @@ void LLWebRTCVoiceClient::updatePosition(void) void LLWebRTCVoiceClient::setListenerPosition(const LLVector3d &position, const LLVector3 &velocity, const LLQuaternion &rot) { - mListenerPosition = position; + mListenerRequestedPosition = position; if(mListenerVelocity != velocity) { |