Fixed typo in config.xml

This commit is contained in:
Deve 2016-08-20 23:39:31 +02:00
parent 790634a914
commit ed5a957a64

View File

@ -678,7 +678,7 @@ namespace UserConfigParams
"Enable Screen Space Ambient Occlusion") );
PARAM_PREFIX IntUserConfigParam m_shadows_resolution
PARAM_DEFAULT( IntUserConfigParam(0,
"shadows_resoltion", &m_graphics_quality,
"shadows_resolution", &m_graphics_quality,
"Shadow resolution (0 = disabled") );
PARAM_PREFIX BoolUserConfigParam m_degraded_IBL
PARAM_DEFAULT(BoolUserConfigParam(true,