diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
commit | 370aa671c66cfd5e2a338602d2e9765e9ea103f8 (patch) | |
tree | 50107cbacb8466e5fe96ffbfd369075f850c0cc7 /indra/newview/llappviewer.cpp | |
parent | 75406641836fee796428216df82b7e29ad24443a (diff) |
Allegedly hides voice position on teleport. Needs testing.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 29b883aef1..9cc21ad22e 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4897,8 +4897,8 @@ void LLAppViewer::idle() // hover callbacks // -#ifdef LL_DARWIN SPATTERS may want to make this mac-only. Test on Windows. - if (mQuitRequested) //MAINT-4243 +#ifdef LL_DARWIN //SPATTERS may want to make this mac-only. Test on Windows. + if (!mQuitRequested) //MAINT-4243 #endif { // LL_RECORD_BLOCK_TIME(FTM_IDLE_CB); |