[Voice] Actually save the speaker volume settings.

This commit is contained in:
Lirusaito
2019-03-13 17:42:26 -04:00
parent 4069878d54
commit 62462165b7

View File

@@ -2643,6 +2643,8 @@ void LLAppViewer::cleanupSavedSettings()
{
gSavedSettings.setF32("RenderFarClip", gAgentCamera.mDrawDistance);
}
LLSpeakerVolumeStorage::deleteSingleton();
}
void LLAppViewer::removeCacheFiles(const std::string& file_mask)