fix video options dialog
This commit is contained in:
parent
5511f55dd9
commit
03b2379eef
@ -109,11 +109,11 @@ GUIEngine::EventPropagation CustomVideoSettingsDialog::processEvent(const std::s
|
||||
|
||||
UserConfigParams::m_dof =
|
||||
advanced_pipeline && getWidget<CheckBoxWidget>("dof")->getState();
|
||||
|
||||
|
||||
UserConfigParams::m_motionblur =
|
||||
advanced_pipeline && getWidget<CheckBoxWidget>("motionblur")->getState();
|
||||
|
||||
if (advanced_pipeline && getWidget<CheckBoxWidget>("ubo")->getState())
|
||||
|
||||
if (advanced_pipeline)
|
||||
{
|
||||
UserConfigParams::m_shadows =
|
||||
getWidget<SpinnerWidget>("shadows")->getValue();
|
||||
|
Loading…
Reference in New Issue
Block a user