diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-19 01:29:22 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-09-19 19:22:48 +0300 |
commit | ea28e97d85707099ef3cadf7f5632224498af401 (patch) | |
tree | 3f5e6517f50a942fb191877202d1ae10744eb72f /indra/newview/llviewertexturelist.cpp | |
parent | ea8d7cb40501af9b31d784da78aaaf7353af58f3 (diff) | |
parent | 9241fb80588304f89c035e9811af96172982a8c2 (diff) |
Merge branch 'main' into marchcat/b-main-sync
# Conflicts:
# indra/newview/llviewertexturelist.cpp
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r-- | indra/newview/llviewertexturelist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp index 2df60dbf6c..7b89ae4e44 100644 --- a/indra/newview/llviewertexturelist.cpp +++ b/indra/newview/llviewertexturelist.cpp @@ -964,7 +964,7 @@ void LLViewerTextureList::updateImageDecodePriority(LLViewerFetchedTexture* imag // this is an alternative to decaying mMaxVirtualSize over time // that keeps textures from continously downrezzing and uprezzing in the background - if (LLViewerTexture::sDesiredDiscardBias > 2.f || + if (LLViewerTexture::sDesiredDiscardBias > 1.5f || (!on_screen && LLViewerTexture::sDesiredDiscardBias > 1.f)) { imagep->mMaxVirtualSize = 0.f; |