diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-03-09 10:18:25 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-03-09 10:18:25 -0700 |
commit | 0a7fbb31d45d356b50899534ff6740097d5d3f22 (patch) | |
tree | f3beb4d02406f84add8cedf374659637ac94079e /indra | |
parent | 3ee48a2090a5c009318e2630f38c78e48b556427 (diff) |
fix for EXT-4161: skinny pant legs(have no flare)
Diffstat (limited to 'indra')
-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; } |