diff options
| author | Dave Parks <davep@lindenlab.com> | 2024-08-20 06:59:07 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-20 06:59:07 -0500 |
| commit | ed6732eda8c80d17e05bbc6563b6ce08ef6b8c72 (patch) | |
| tree | 405831690453e0c015131ad4d73a89063b0d4450 /indra/newview/llface.cpp | |
| parent | 16c9c47f14411263889798d89eaa6dde9b1e4771 (diff) | |
#2315 Ensure textures are deleted when they are no longer referenced. (#2343)
* #2315 WIP -- Clean up deletion rules in texture list. Incidental decruft.
* Touch up assertions.
* Move mLastReferencedTimer to LLViewerMediaTexture since it's no longer used by LLViewerTexture
Diffstat (limited to 'indra/newview/llface.cpp')
| -rw-r--r-- | indra/newview/llface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llface.cpp b/indra/newview/llface.cpp index d14a7ffddc..4dec4d5641 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -357,8 +357,6 @@ void LLFace::switchTexture(U32 ch, LLViewerTexture* new_texture) return; } - llassert(mTexture[ch].notNull()); - if (ch == LLRender::DIFFUSE_MAP) { getViewerObject()->changeTEImage(mTEOffset, new_texture) ; |
