diff options
author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-03-26 06:45:40 +0200 |
---|---|---|
committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2014-03-26 06:45:40 +0200 |
commit | ef3b424bb10d2cbc2eeb4cef9f8e6acc7d69a5af (patch) | |
tree | 5ab548daf0c736edbb938f156cf0f03f42464117 | |
parent | 6f33f9090b554a32f039e46d8177650ccbf94536 (diff) |
Temporary fixing of build issues in PROJECT_llimage_TEST_llimageworker
-rwxr-xr-x | indra/llimage/llimageworker.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llimage/llimageworker.cpp b/indra/llimage/llimageworker.cpp index 148cf4fa55..e425823c59 100755 --- a/indra/llimage/llimageworker.cpp +++ b/indra/llimage/llimageworker.cpp @@ -143,7 +143,7 @@ bool LLImageDecodeThread::ImageRequest::processRequest() mFormattedImage->getComponents()); } - if (mDecodedImageRaw->getData()) + //if (mDecodedImageRaw->getData())) { done = mFormattedImage->decode(mDecodedImageRaw, decode_time_slice); // 1ms mDecodedRaw = done; @@ -159,7 +159,7 @@ bool LLImageDecodeThread::ImageRequest::processRequest() 1); } - if (mDecodedImageAux->getData()) + //if (mDecodedImageAux->getData()) { done = mFormattedImage->decodeChannels(mDecodedImageAux, decode_time_slice, 4, 4); // 1ms mDecodedAux = done; |