diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-15 17:30:09 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-15 17:30:09 -0700 |
commit | 7060527bbc9a7a76cbc3b4b9bb772cb90542fd60 (patch) | |
tree | 9de308e7387e8d9ac5772c0ad1f8a9c7a9835e75 /indra/newview/llappviewer.cpp | |
parent | 75406641836fee796428216df82b7e29ad24443a (diff) |
Added delay to Windows shutdown to let SLVoice die a good death.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 29b883aef1..bf1a0a4173 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4897,7 +4897,7 @@ void LLAppViewer::idle() // hover callbacks // -#ifdef LL_DARWIN SPATTERS may want to make this mac-only. Test on Windows. +#ifdef LL_DARWIN if (mQuitRequested) //MAINT-4243 #endif { |