summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
authorBrad Linden <brad@lindenlab.com>2024-09-04 12:51:24 -0700
committerBrad Linden <brad@lindenlab.com>2024-09-04 12:51:24 -0700
commit49abe2c8bc23e306d304d02704e2b883648baea6 (patch)
treebb07d3fce7de85e22c4f59abff2ea65d031fcd69 /indra/newview/llviewertexturelist.cpp
parentc2724537adab9d31c23d33e36002772a9c56f4c3 (diff)
parentd5446b3bcd34ad63b1d120f34c2a4d234262fd38 (diff)
Merge remote-tracking branch 'origin/release/2024.08-DeltaFPS' into develop
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r--indra/newview/llviewertexturelist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 2df60dbf6c..08e9151940 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;