Fixes the Antialiasing type setting in preferences not displaying and saving correctly.

master
Hecklezz 2025-04-03 23:13:16 +10:00
parent 005483536b
commit 4b66213736
1 changed files with 1 additions and 1 deletions

View File

@ -2339,7 +2339,7 @@ void LLFloaterPreference::refresh()
LLPanel::refresh();
// <FS:Ansariel> Improved graphics preferences
getChild<LLUICtrl>("fsaa")->setValue((LLSD::Integer) gSavedSettings.getU32("RenderFSAASamples"));
getChild<LLUICtrl>("fsaa")->setValue((LLSD::Integer) gSavedSettings.getU32("RenderFSAAType"));
updateSliderText(getChild<LLSliderCtrl>("RenderPostProcess", true), getChild<LLTextBox>("PostProcessText", true));
LLAvatarComplexityControls::setIndirectControls();
setMaxNonImpostorsText(gSavedSettings.getU32("RenderAvatarMaxNonImpostors"),getChild<LLTextBox>("IndirectMaxNonImpostorsText", true));