summaryrefslogtreecommitdiff
path: root/indra/newview/llfeaturemanager.cpp
diff options
context:
space:
mode:
authorJonathan "Geenz" Goodman <geenz@lindenlab.com>2024-12-03 18:20:44 -0500
committerGitHub <noreply@github.com>2024-12-03 18:20:44 -0500
commit91692511a6a5071c09b7d1fa6b8f3b0a090abd4e (patch)
tree54005b73c4721c214857e374653ce9d197866ce5 /indra/newview/llfeaturemanager.cpp
parent30012801417fca3d4b7848e1bc40b7386ef573d8 (diff)
Rename "Vintage Mode" to "HDR and Emissive" in advanced settings. (#3192)
#2590 #3167
Diffstat (limited to 'indra/newview/llfeaturemanager.cpp')
-rw-r--r--indra/newview/llfeaturemanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfeaturemanager.cpp b/indra/newview/llfeaturemanager.cpp
index 2adc6e4a29..ba54d93c75 100644
--- a/indra/newview/llfeaturemanager.cpp
+++ b/indra/newview/llfeaturemanager.cpp
@@ -719,7 +719,7 @@ void LLFeatureManager::applyBaseMasks()
LLImageGLThread::sEnabledTextures = false;
// Make extra sure that vintage mode also gets enabled.
- gSavedSettings.setBOOL("RenderVintageMode", true);
+ gSavedSettings.setBOOL("RenderDisableVintageMode", false);
}
if (gGLManager.mMaxVaryingVectors <= 16)
{