summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorVadim Savchuk <vsavchuk@productengine.com>2010-03-10 16:02:39 +0200
committerVadim Savchuk <vsavchuk@productengine.com>2010-03-10 16:02:39 +0200
commit3e75fe4db1aa3659dfc34598ece090d845ac6c5a (patch)
treed9ccd86320ff834b32cd4b9d7ca051f7530117c0 /indra/newview/llviewertexture.cpp
parent2709f37bd795098ae6f67a19870edfc4d438625f (diff)
parentaa65ce52bed7a161127f9f93330079d410ebbb94 (diff)
Merge from default branch
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp3
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;
}