diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-10-18 19:33:07 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-10-18 19:33:07 +0800 |
commit | d353111de315f9d37bf914b54a52d217c45a6e19 (patch) | |
tree | 6e5cd425872de97080fc1759f981219b0c2d927a /indra/newview/llvoicevisualizer.cpp | |
parent | ad3cbb9f75c4ea7f0473225afc034c403b54fc82 (diff) | |
parent | bd19bbf651d5a2b83e367d1f50a3d8eb00d5fbbd (diff) |
Merge remote-tracking branch 'secondlife/release/2024.09-ExtraFPS' into 2024.09-ExtraFPS
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; |