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 | ddbc10d03cd33315618f811a8958b27893ffe5ab (patch) | |
| tree | 68f59c90b348a2daa2fbcc53af110c6de914aefe | |
| parent | 5862f15f9a43660bc5d4f433c1419b955c9fa54d (diff) | |
fix for EXT-4161: skinny pant legs(have no flare)
| -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; } |
