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
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -251,6 +251,7 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings() ...@@ -251,6 +251,7 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings()
LLCheckBoxCtrl* ctrl_dof = getChild<LLCheckBoxCtrl>("UseDoF"); LLCheckBoxCtrl* ctrl_dof = getChild<LLCheckBoxCtrl>("UseDoF");
LLSliderCtrl* sky = getChild<LLSliderCtrl>("SkyMeshDetail"); LLSliderCtrl* sky = getChild<LLSliderCtrl>("SkyMeshDetail");
LLTextBox* sky_text = getChild<LLTextBox>("SkyMeshDetailText"); LLTextBox* sky_text = getChild<LLTextBox>("SkyMeshDetailText");
LLComboBox* ctrl_anisotropic = getChild<LLComboBox>("anisotropic_filter");
// disabled windlight // disabled windlight
if (!LLFeatureManager::getInstance()->isFeatureAvailable("WindLightUseAtmosShaders")) if (!LLFeatureManager::getInstance()->isFeatureAvailable("WindLightUseAtmosShaders"))
...@@ -346,8 +347,6 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings() ...@@ -346,8 +347,6 @@ void LLFloaterPreferenceGraphicsAdvanced::disableUnavailableSettings()
ctrl_avatar_cloth->setEnabled(FALSE); ctrl_avatar_cloth->setEnabled(FALSE);
ctrl_avatar_cloth->setValue(FALSE); ctrl_avatar_cloth->setValue(FALSE);
} }
LLComboBox* ctrl_anisotropic = getChild<LLComboBox>("anisotropic_filter");
}
if (!LLFeatureManager::instance().isFeatureAvailable("RenderAnisotropicLevel")) 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