For now disable shader by default, to avoid people not being able to

run stk at all (#1212).
This commit is contained in:
hiker 2014-02-26 10:24:09 +11:00
parent 6e6667a2ea
commit 0b33474f2f

View File

@ -618,7 +618,7 @@ namespace UserConfigParams
&m_graphics_quality,
"Whether vertical sync is enabled") );
PARAM_PREFIX BoolUserConfigParam m_pixel_shaders
PARAM_DEFAULT( BoolUserConfigParam(true, "pixel_shaders",
PARAM_DEFAULT( BoolUserConfigParam(false, "pixel_shaders",
&m_graphics_quality,
"Whether to enable pixel shaders (splatting, normal maps, ...)") );
PARAM_PREFIX BoolUserConfigParam m_motionblur