summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorThickbrick Sleaford <thickbrick.sleaford@gmail.com>2011-04-09 17:10:09 -0400
committerThickbrick Sleaford <thickbrick.sleaford@gmail.com>2011-04-09 17:10:09 -0400
commitab483c6e7c3cbee72dc9cf85c48e5ee48cc57e2c (patch)
treebe9cb7f1c41552fd82b6d14cb7961f2447b24d67 /indra
parent07a122c43c0b3d01af7497daff3d27251d839792 (diff)
STORM-1147: fix skin-tight clothing
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewertexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index cc635f71f9..f5fb074992 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -1469,7 +1469,7 @@ BOOL LLViewerFetchedTexture::createTexture(S32 usename/*= 0*/)
}
setActive() ;
- if (!mForceToSaveRawImage)
+ if (!needsToSaveRawImage())
{
mNeedsAux = FALSE;
destroyRawImage();