diff options
| -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;  } | 
