diff options
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewer.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 5699ac42e2..ac399b45df 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1168,17 +1168,15 @@ bool LLAppViewer::cleanup() if (gAudiop) { -#if LL_RELEASE_FOR_DOWNLOAD bool want_longname = false; if (gAudiop->getDriverName(want_longname) == "FMOD") { // This hack exists because fmod likes to occasionally - // hang forever when shutting down, for no apparent - // reason. + // crash or hang forever when shutting down, for no + // apparent reason. llwarns << "Hack, skipping FMOD audio engine cleanup" << llendflush; } else -#endif // LL_RELEASE_FOR_DOWNLOAD { gAudiop->shutdown(); } |