diff options
| author | Brad Linden <brad@lindenlab.com> | 2024-08-01 15:42:22 -0700 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2024-08-01 15:42:22 -0700 |
| commit | 0ff2bd1a405e4b7f3af5f815d02124017f23d468 (patch) | |
| tree | 465b18c3087cf437a9d8ee124ddab4c7cb2dc633 /indra/newview/llvoavatar.cpp | |
| parent | f9377566b9d1f2aba6aa10bfee0f9a67221debff (diff) | |
| parent | 002be0f24321164a74ef2a88c656b7cb0968c7d3 (diff) | |
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 0fd8f8a98b..8581a96c06 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2818,7 +2818,7 @@ void LLVOAvatar::idleUpdateVoiceVisualizer(bool voice_enabled, const LLVector3 & // Notice the calls to "gAwayTimer.reset()". This resets the timer that determines how long the avatar has been // "away", so that the avatar doesn't lapse into away-mode (and slump over) while the user is still talking. //----------------------------------------------------------------------------------------------------------------- - if (LLVoiceClient::getInstance()->getIsSpeaking( mID )) + if (LLVoiceClient::getInstance()->getIsSpeaking( mID ) && (!isInMuteList() || isSelf())) { if (!mVoiceVisualizer->getCurrentlySpeaking()) { |
