summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexture.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@geenzo.com>2026-07-06 19:59:40 -0400
committerJonathan "Geenz" Goodman <geenz@geenzo.com>2026-07-06 19:59:40 -0400
commit3e756b57f42e61f6aad3991c7bfa0a581c894244 (patch)
tree8c2e30cad360b114849bc06d6ccf5b86754fa289 /indra/newview/llviewertexture.cpp
parentd6154bdfc43e48bbb1549ab228aa27b528e60c3a (diff)
Remove some old unused settings, and rename mis-labeled ones to the current nomenclature
Diffstat (limited to 'indra/newview/llviewertexture.cpp')
-rw-r--r--indra/newview/llviewertexture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewertexture.cpp b/indra/newview/llviewertexture.cpp
index baf5874507..42cf91b43b 100644
--- a/indra/newview/llviewertexture.cpp
+++ b/indra/newview/llviewertexture.cpp
@@ -547,8 +547,8 @@ void LLViewerTexture::updateClass()
// raises every texture's desired discard, which is what actually evicts.
{
static LLCachedControl<F32> ratio_max(gSavedSettings, "TexturePixelToTexelRatio", 1.0f);
- static LLCachedControl<F32> wm_high(gSavedSettings, "TextureWatermarkHigh", 0.90f);
- static LLCachedControl<F32> wm_low(gSavedSettings, "TextureWatermarkLow", 0.70f);
+ static LLCachedControl<F32> wm_high(gSavedSettings, "TexturePressureHighWater", 0.90f);
+ static LLCachedControl<F32> wm_low(gSavedSettings, "TexturePressureLowWater", 0.70f);
static LLCachedControl<F32> tighten_rate(gSavedSettings, "TexturePressureTightenRate", 0.30f);
static LLCachedControl<F32> relax_rate(gSavedSettings, "TexturePressureRelaxRate", 0.10f);