diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-10-05 11:56:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-05 11:56:02 +0300 |
commit | b71343e827fe8b1e2dba6978b67bb3112944c674 (patch) | |
tree | 19561fe0b65980c242a4af258a64f727241dc8b1 /indra/newview/llvoicevisualizer.cpp | |
parent | 85b7210fb9f849633b27a4b4631c42ae7dba78f2 (diff) |
viewer#2443 voice dot indicator should be visible by default
Diffstat (limited to 'indra/newview/llvoicevisualizer.cpp')
-rw-r--r-- | indra/newview/llvoicevisualizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevisualizer.cpp b/indra/newview/llvoicevisualizer.cpp index 7691ac54f3..c5704982b8 100644 --- a/indra/newview/llvoicevisualizer.cpp +++ b/indra/newview/llvoicevisualizer.cpp @@ -337,7 +337,7 @@ void LLVoiceVisualizer::lipSyncOohAah( F32& ooh, F32& aah ) //--------------------------------------------------- void LLVoiceVisualizer::render() { - static LLCachedControl<bool> show_visualizer(gSavedSettings, "VoiceVisualizerEnabled", false); + static LLCachedControl<bool> show_visualizer(gSavedSettings, "VoiceVisualizerEnabled", true); if (!mVoiceEnabled || !show_visualizer) { return; |