summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2010-03-09 10:18:25 -0700
committerXiaohong Bao <bao@lindenlab.com>2010-03-09 10:18:25 -0700
commitddbc10d03cd33315618f811a8958b27893ffe5ab (patch)
tree68f59c90b348a2daa2fbcc53af110c6de914aefe /indra/newview/llviewertexture.cpp
parent5862f15f9a43660bc5d4f433c1419b955c9fa54d (diff)
fix for EXT-4161: skinny pant legs(have no flare)
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;
}