diff options
| author | Dave Parks <davep@lindenlab.com> | 2023-03-10 10:52:35 -0600 |
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2023-03-10 10:52:35 -0600 |
| commit | 25ede8638209fac8dde5b71bece4bc1dfa30ea16 (patch) | |
| tree | ce5deda0c12a9e157c07cb72001eda396b1a542e /indra/newview/llface.cpp | |
| parent | cf72c8ec614fcfc2811f10dfacdc51ed3f477e31 (diff) | |
SL-19172 Texture streaming tune up. Incidental decruft.
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 87abb06285..1ae13e06f5 100644 --- a/indra/newview/llface.cpp +++ b/indra/newview/llface.cpp @@ -357,8 +357,6 @@ void LLFace::switchTexture(U32 ch, LLViewerTexture* new_texture) llassert(mTexture[ch].notNull()); - new_texture->addTextureStats(mTexture[ch]->getMaxVirtualSize()) ; - if (ch == LLRender::DIFFUSE_MAP) { getViewerObject()->changeTEImage(mTEOffset, new_texture) ; |
