For now disable shader by default, to avoid people not being able to
run stk at all (#1212).
This commit is contained in:
parent
6e6667a2ea
commit
0b33474f2f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user