diff options
-rw-r--r-- | linden/indra/newview/lltexturefetch.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/lltexturefetch.cpp b/linden/indra/newview/lltexturefetch.cpp index f93a574..6ab4d24 100644 --- a/linden/indra/newview/lltexturefetch.cpp +++ b/linden/indra/newview/lltexturefetch.cpp | |||
@@ -724,6 +724,7 @@ bool LLTextureFetchWorker::doWork(S32 param) | |||
724 | { | 724 | { |
725 | // we have enough data, decode it | 725 | // we have enough data, decode it |
726 | llassert_always(mFormattedImage->getDataSize() > 0); | 726 | llassert_always(mFormattedImage->getDataSize() > 0); |
727 | mLoadedDiscard = mDesiredDiscard; | ||
727 | mState = DECODE_IMAGE; | 728 | mState = DECODE_IMAGE; |
728 | mWriteToCacheState = NOT_WRITE ; | 729 | mWriteToCacheState = NOT_WRITE ; |
729 | LL_DEBUGS("Texture") << mID << ": Cached. Bytes: " << mFormattedImage->getDataSize() | 730 | LL_DEBUGS("Texture") << mID << ": Cached. Bytes: " << mFormattedImage->getDataSize() |