diff --git a/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp b/indra/newview/llfloaterpreferencesgraphicsadvanced.cpp
index a981635bce91d93b55ab2e338be61a367cf02886..a8673cc80bfa036b5b6b8147ed06db1af83ea27a 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"))
 	{