Fixes the Antialiasing type setting in preferences not displaying and saving correctly.
parent
005483536b
commit
4b66213736
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue