Skip to content
Snippets Groups Projects
Commit 3a9aa29a authored by Xiaohong Bao's avatar Xiaohong Bao
Browse files

fix for a crash on "refetch vis cache"

parent 9c4380a0
No related branches found
No related tags found
No related merge requests found
...@@ -1305,6 +1305,7 @@ void LLViewerFetchedTexture::cleanup() ...@@ -1305,6 +1305,7 @@ void LLViewerFetchedTexture::cleanup()
mCachedRawDiscardLevel = -1 ; mCachedRawDiscardLevel = -1 ;
mCachedRawImageReady = FALSE ; mCachedRawImageReady = FALSE ;
mSavedRawImage = NULL ; mSavedRawImage = NULL ;
mSavedRawDiscardLevel = -1;
} }
void LLViewerFetchedTexture::setForSculpt() void LLViewerFetchedTexture::setForSculpt()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment