Fixed merge error in llviewertexture.cpp
parent
7527c74554
commit
55aecb81fd
|
|
@ -2096,10 +2096,13 @@ bool LLViewerFetchedTexture::updateFetch()
|
|||
void LLViewerFetchedTexture::clearFetchedResults()
|
||||
{
|
||||
// <FS:Ansariel> For texture refresh
|
||||
//llassert_always(!mNeedsCreateTexture && !mIsFetching);
|
||||
mIsMissingAsset = FALSE;
|
||||
// </FS:Ansariel>
|
||||
|
||||
|
||||
if(mNeedsCreateTexture || mIsFetching)
|
||||
{
|
||||
return ;
|
||||
}
|
||||
|
||||
cleanup();
|
||||
destroyGLTexture();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue