summaryrefslogtreecommitdiff
path: root/indra/llwindow/llwindowwin32.cpp
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2023-07-07 20:24:49 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2023-07-07 20:26:05 +0300
commit79198eddf76dfa69e8161f7646d8da19853a8a5a (patch)
treeeabf1a0836e7c4927598250c5e75317fd3be1258 /indra/llwindow/llwindowwin32.cpp
parented63ef3c0b6ceddf9ed667c1d69441d132b34983 (diff)
SL-19966 Reverted "SL-18721: Faster viewer shutdown time since performance improvements can lead to perceived inventory loss due to cache corruption"
This reverts commit cf692c40b0b9f8d0d04cd10a02a84e3f697a2e99.
Diffstat (limited to 'indra/llwindow/llwindowwin32.cpp')
-rw-r--r--indra/llwindow/llwindowwin32.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llwindow/llwindowwin32.cpp b/indra/llwindow/llwindowwin32.cpp
index 2f1a631585..2e560ddb0a 100644
--- a/indra/llwindow/llwindowwin32.cpp
+++ b/indra/llwindow/llwindowwin32.cpp
@@ -4592,9 +4592,6 @@ std::vector<std::string> LLWindowWin32::getDynamicFallbackFontList()
inline LLWindowWin32::LLWindowWin32Thread::LLWindowWin32Thread()
: ThreadPool("Window Thread", 1, MAX_QUEUE_SIZE)
{
- // Set this flag to true to avoid of implicit call of close() from start()
- mExplicitShutdown = true;
-
ThreadPool::start();
}