Fixed minor inconsistency in video settings dialog.
Regression since 9b562d31f4
This commit is contained in:
parent
b78d4a0c3d
commit
8a0927f574
@ -229,7 +229,7 @@ void CustomVideoSettingsDialog::updateActivation()
|
||||
{
|
||||
bool light = getWidget<CheckBoxWidget>("dynamiclight")->getState();
|
||||
getWidget<CheckBoxWidget>("motionblur")->setActive(light);
|
||||
getWidget<CheckBoxWidget>("dof")->setActive(true);
|
||||
getWidget<CheckBoxWidget>("dof")->setActive(light);
|
||||
getWidget<SpinnerWidget>("shadows")->setActive(light);
|
||||
getWidget<CheckBoxWidget>("mlaa")->setActive(light);
|
||||
getWidget<CheckBoxWidget>("ssao")->setActive(light);
|
||||
|
Loading…
Reference in New Issue
Block a user