Skip to content

Commit 0d411e2

Browse files
committed
SL-20090 BugSplat Crash: LLViewerFetchedTexture::updateFetch(2099)
1 parent 177d712 commit 0d411e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

indra/newview/llviewertexture.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2365,7 +2365,8 @@ bool LLViewerFetchedTexture::updateFetch()
23652365
}
23662366
}
23672367

2368-
llassert_always(mRawImage.notNull() || (!mNeedsCreateTexture && !mIsRawImageValid));
2368+
llassert_always(mRawImage.notNull() || !mIsRawImageValid);
2369+
llassert_always(mRawImage.notNull() || !mNeedsCreateTexture);
23692370

23702371
return mIsFetching ? true : false;
23712372
}

0 commit comments

Comments
 (0)