diff options
author | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-13 13:13:15 -0400 |
---|---|---|
committer | Debi King (Dessie) <dessie@lindenlab.com> | 2011-10-13 13:13:15 -0400 |
commit | 1eda81eac813447cd357ac1972654ee9c1ec5506 (patch) | |
tree | 540217e96e41ba12245c79094beba470f51c0b10 /indra/newview/lltexturefetch.cpp | |
parent | 6095127468f91770abe276b7d55754bbec228df3 (diff) | |
parent | e01c08275cd058b1c8b1fbcc12b5e88fdf73d39e (diff) |
merge
Diffstat (limited to 'indra/newview/lltexturefetch.cpp')
-rw-r--r-- | indra/newview/lltexturefetch.cpp | 2 |
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), |