Skip to content
Snippets Groups Projects
Commit bd3e9246 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix

parent fcb17af2
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment