summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-13 15:28:15 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-12-13 15:28:15 -0500
commitfbab245e487650d6420c9fe33cf07123af12f422 (patch)
tree192b2294cebfda485b01aa1b615592a0b505633a /indra
parentb76c59a191a5d9a22db9760e0149e2e596964c00 (diff)
SH-646 FIX
Diffstat (limited to 'indra')
-rwxr-xr-x[-rw-r--r--]indra/newview/llviewertexture.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 91c99c15a5..a2a0c8f371 100644..100755
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -2720,6 +2720,9 @@ void LLViewerFetchedTexture::forceToSaveRawImage(S32 desired_discard, bool from_
}
void LLViewerFetchedTexture::destroySavedRawImage()
{
+ mForceToSaveRawImage = FALSE ;
+ mSaveRawImage = FALSE ;
+
clearCallbackEntryList() ;
mSavedRawImage = NULL ;