summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorsimon <simon@lindenlab.com>2024-01-09 20:22:37 +0000
committersimon <simon@lindenlab.com>2024-01-09 20:22:37 +0000
commita9ef4d2ee8470e944b09402d0f796cb09cdb728d (patch)
tree4a5b4299c352e671b7aa76eabbf00d546acbf670 /indra/newview/llviewertexture.cpp
parenteca0021b7dfd40d5b573ae5530cf44edbe3a0994 (diff)
parent77395eddc911e0801e50fd693f7bbaee8046aa95 (diff)
Merge remote-tracking branch 'origin/main' into simon/sl-20635-new-data
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp3
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;
}