diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-09-17 15:56:08 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-17 15:56:08 +0300 |
| commit | e33b5c5e6c8db1759e34db43ea9defc5455ab6c7 (patch) | |
| tree | 0e10649acf066d00aad96e0aa3717fa31c4628a0 /indra/newview/llappviewer.cpp | |
| parent | 892fb2d6e2ffc92636f381d3e817f9c5a71657dc (diff) | |
#4432 Change graphics quality via a debug setting
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 62a1aa9fb6..b7852d8549 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1263,6 +1263,7 @@ bool LLAppViewer::init() LLViewerCamera::createInstance(); LL::GLTFSceneManager::createInstance(); + gSavedSettings.setU32("DebugQualityPerformance", gSavedSettings.getU32("RenderQualityPerformance")); #if LL_WINDOWS if (!mSecondInstance) |
