diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-12-19 13:21:06 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:02 -0800 |
commit | d2fee1c3450a71db5d88b2746ba8e2c468960ea6 (patch) | |
tree | 091982f3e8b52dec5b3af9edff07e6588f46a65f /indra/newview | |
parent | 47ebf19008f7b22c4d492223afa71ba72ed8e7ad (diff) |
oopse, forgot to set the requested listener position
Diffstat (limited to 'indra/newview')
-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) { |