diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-12 16:02:15 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-12 16:02:15 -0400 |
commit | b4cf5c0c244d2280b729e6951da2128f00e960b6 (patch) | |
tree | 8e7cd50a157bae478e6fcb6627948e4994f02068 /indra/newview/llappviewer.cpp | |
parent | ac50379957b3f8bf03f0604dc3319c14e73ce657 (diff) | |
parent | 172b45d5a217c7cdb922f49706b310edc412fc28 (diff) |
merge
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-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 98a83175a7..9a52ee4312 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1950,7 +1950,7 @@ bool LLAppViewer::initThreads() static const bool enable_threads = true; #endif - LLImage::initClass(); + LLImage::initClass(gSavedSettings.getBOOL("TextureNewByteRange")); LLVFSThread::initClass(enable_threads && false); LLLFSThread::initClass(enable_threads && false); |