diff options
author | Merov Linden <merov@lindenlab.com> | 2012-04-12 20:19:56 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-04-12 20:19:56 -0700 |
commit | c410a4e3325350e3d9a72b867dcef44df9136f54 (patch) | |
tree | c6d832133a7216da542e74d80aae197c891bf217 /indra/newview/llappviewer.cpp | |
parent | 172b45d5a217c7cdb922f49706b310edc412fc28 (diff) |
SH-3080 : Implement the TextureReverseByteRange setting so we can play with that parameter
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 1a68d0317e..37119f4451 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1947,7 +1947,7 @@ bool LLAppViewer::initThreads() static const bool enable_threads = true; #endif - LLImage::initClass(gSavedSettings.getBOOL("TextureNewByteRange")); + LLImage::initClass(gSavedSettings.getBOOL("TextureNewByteRange"),gSavedSettings.getBOOL("TextureReverseByteRange")); LLVFSThread::initClass(enable_threads && false); LLLFSThread::initClass(enable_threads && false); |