summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-10-05 15:21:10 -0600
committerXiaohong Bao <bao@lindenlab.com>2011-10-05 15:21:10 -0600
commit5ef05e151d24e15a175d4f78ff17b6abdd36bbc4 (patch)
tree5f213a3b61df3b4d9b191db2f1f93babf6453747 /indra/newview
parent77eb3aae04b276369aea70d2931f6aed7352d823 (diff)
fix for SH-2434: Mac viewer sometimes freezes at start up and must be force quit.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index e9be45ffd0..a6e0d4530a 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -1810,7 +1810,7 @@ bool LLTextureFetchWorker::writeToCacheComplete()
// public
LLTextureFetch::LLTextureFetch(LLTextureCache* cache, LLImageDecodeThread* imagedecodethread, bool threaded, bool qa_mode)
- : LLWorkerThread("TextureFetch", threaded),
+ : LLWorkerThread("TextureFetch", threaded, true),
mDebugCount(0),
mDebugPause(FALSE),
mPacketCount(0),