From 62462165b7ca9dcd3a3bce363ac90d567c655f42 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Wed, 13 Mar 2019 17:42:26 -0400 Subject: [PATCH] [Voice] Actually save the speaker volume settings. --- indra/newview/llappviewer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 7a079583d..e0cfb0b66 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2643,6 +2643,8 @@ void LLAppViewer::cleanupSavedSettings() { gSavedSettings.setF32("RenderFarClip", gAgentCamera.mDrawDistance); } + + LLSpeakerVolumeStorage::deleteSingleton(); } void LLAppViewer::removeCacheFiles(const std::string& file_mask)