more video settings fixes
This commit is contained in:
parent
5f70471bce
commit
db0241c5e2
@ -116,7 +116,7 @@ GUIEngine::EventPropagation CustomVideoSettingsDialog::processEvent(const std::s
|
||||
if (advanced_pipeline && getWidget<CheckBoxWidget>("ubo")->getState())
|
||||
{
|
||||
UserConfigParams::m_shadows =
|
||||
advanced_pipeline && getWidget<SpinnerWidget>("shadows")->getValue();
|
||||
getWidget<SpinnerWidget>("shadows")->getValue();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user