summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2024-12-04 10:33:04 -0800
committerGitHub <noreply@github.com>2024-12-04 12:33:04 -0600
commit4b5d4be5a86af035ec756bcbdb3aeafbf90f5d10 (patch)
tree60e991593b96e12b17374f650a3d93559d9c6742 /indra/newview/llviewertexture.cpp
parent27fb297b6f5ac1e5b5e28c012a63f845eb81ab68 (diff)
#3106 Lower maximum texture bias back to 4, reintroduce camera importance texture scaling (#3207)
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index 36cc9bf88f..e14ddc4360 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -621,7 +621,7 @@ void LLViewerTexture::updateClass()
}
}
- sDesiredDiscardBias = llclamp(sDesiredDiscardBias, 1.f, 5.f);
+ sDesiredDiscardBias = llclamp(sDesiredDiscardBias, 1.f, 4.f);
LLViewerTexture::sFreezeImageUpdates = false;
}