diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-05-16 19:05:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-16 19:05:57 -0400 |
commit | bb76eae4b814e612ff2b0c62fffc6c3263058d64 (patch) | |
tree | 32818e0c938b465bf39c976955864a14b3bb512e /indra/newview/llvieweraudio.cpp | |
parent | 2efe514f14a0f0b405599301a14413edfce873ee (diff) | |
parent | d5313e7161bb99045adc4a1a34d7f85de609d97b (diff) |
Merge branch 'release/2025.04' into geenz/gltf-mesh-import
Diffstat (limited to 'indra/newview/llvieweraudio.cpp')
-rw-r--r-- | indra/newview/llvieweraudio.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvieweraudio.cpp b/indra/newview/llvieweraudio.cpp index 404297c58f..aa0cbac91f 100644 --- a/indra/newview/llvieweraudio.cpp +++ b/indra/newview/llvieweraudio.cpp @@ -390,6 +390,7 @@ void init_audio() gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndWindowClose"))); gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndWindowOpen"))); gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndRestart"))); + gAudiop->preloadSound(LLUUID(gSavedSettings.getString("UISndChatMention"))); } audio_update_volume(true); |