more video settings fixes

This commit is contained in:
Marianne Gagnon 2014-08-01 20:56:04 -04:00
parent 5f70471bce
commit db0241c5e2

View File

@ -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
{