diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-12-08 12:36:55 -0600 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-12-08 12:36:55 -0600 |
commit | 2c2d60bbc36c58314d36770349c2f904c848e582 (patch) | |
tree | bb520f5befb914a39a806fd7fd298a668b0c7975 /indra/newview/llviewertexture.cpp | |
parent | 5e8b0fb646791bb1f914b0d279042910b710c8ef (diff) |
SL-20674 Fix for textures ignoring texture scale when determining what resolution to be.
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r-- | indra/newview/llviewertexture.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp index ec6f2c848f..56bba51692 100644 --- a/indra/newview/llviewertexture.cpp +++ b/indra/newview/llviewertexture.cpp @@ -2124,9 +2124,6 @@ bool LLViewerFetchedTexture::updateFetch() } } - llassert(mRawImage.notNull() || !mIsRawImageValid); - llassert(mRawImage.notNull() || !mNeedsCreateTexture); - return mIsFetching ? true : false; } |