From bd3e9246ee3f5712771ce35dc77efcf14cd95e4c Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Sun, 30 Apr 2023 21:52:27 -0400 Subject: [PATCH] Fix --- indra/newview/llfloaterpreferencesgraphicsadvanced.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp index a981635bce9..a8673cc80bf 100644 --- a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp +++ b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp @@ -251,6 +251,7 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings() LLCheckBoxCtrl* ctrl_dof = getChild<LLCheckBoxCtrl>("UseDoF"); LLSliderCtrl* sky = getChild<LLSliderCtrl>("SkyMeshDetail"); LLTextBox* sky_text = getChild<LLTextBox>("SkyMeshDetailText"); + LLComboBox* ctrl_anisotropic = getChild<LLComboBox>("anisotropic_filter"); // disabled windlight if (!LLFeatureManager::getInstance()->isFeatureAvailable("WindLightUseAtmosShaders")) @@ -346,8 +347,6 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings() ctrl_avatar_cloth->setEnabled(FALSE); ctrl_avatar_cloth->setValue(FALSE); } - LLComboBox* ctrl_anisotropic = getChild<LLComboBox>("anisotropic_filter"); - } if (!LLFeatureManager::instance().isFeatureAvailable("RenderAnisotropicLevel")) { -- GitLab