diff options
| author | Eli Linden <eli@lindenlab.com> | 2010-03-09 11:11:44 -0800 |
|---|---|---|
| committer | Eli Linden <eli@lindenlab.com> | 2010-03-09 11:11:44 -0800 |
| commit | bc5c41d710997dee9ffa83ce81639fe833684fee (patch) | |
| tree | e3ec6c3a0dabd71d25ae0341f9178bd3b6996cdd /indra/newview/llviewertexture.cpp | |
| parent | 5877ddc62331e4cd268e7305f21b548c50ae389c (diff) | |
| parent | b21e89395ae168c86b7315e7bfc0eff0e17122f9 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
| -rw-r--r-- | indra/newview/llviewertexture.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index 01d437f9eb..b21758d3b3 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -1417,9 +1417,8 @@ BOOL LLViewerFetchedTexture::createTexture(S32 usename/*= 0*/) if (!mForceToSaveRawImage) { mNeedsAux = FALSE; - } destroyRawImage(); - + } return res; } |
