diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llimage/llimageworker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimageworker.cpp b/linden/indra/llimage/llimageworker.cpp index 2800caf..dc6f2e4 100644 --- a/linden/indra/llimage/llimageworker.cpp +++ b/linden/indra/llimage/llimageworker.cpp | |||
@@ -115,7 +115,7 @@ bool LLImageWorker::doWork(S32 param) | |||
115 | else | 115 | else |
116 | { | 116 | { |
117 | // Decode aux channel | 117 | // Decode aux channel |
118 | decoded = mFormattedImage->decode(mDecodedImage, .1f, param, param); // 1ms | 118 | decoded = mFormattedImage->decodeChannels(mDecodedImage, .1f, param, param); // 1ms |
119 | } | 119 | } |
120 | } | 120 | } |
121 | if (decoded) | 121 | if (decoded) |