diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-07-04 17:31:26 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-07-05 18:11:40 +0300 |
commit | a620e58daccf92b5b8d61347312739720ed2b51a (patch) | |
tree | 9783a926062787c3db6f6fc18b572e3570b44939 /indra/newview | |
parent | 826236f1bc065fba257d7954d11ac98c59493445 (diff) |
SL-18721 Don't 'post' window destruction, make thread do it automatically
Diffstat (limited to 'indra/newview')
-rw-r--r-- | 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 f36a292e9e..ab3cdfc5a4 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2041,7 +2041,7 @@ bool LLAppViewer::cleanup() sTextureFetch->shutDownTextureCacheThread() ; LLLFSThread::sLocal->shutdown(); - ms_sleep(200); + LL_INFOS() << "Shutting down OpenGL" << LL_ENDL; // Shut down OpenGL |