Changed default value of m_network_steering_reduction to -1 to make
sure we test if this value is specified in stk_config.xml.
This commit is contained in:
parent
84c21c4af2
commit
b12205332c
@ -202,7 +202,7 @@ void STKConfig::init_defaults()
|
||||
m_solver_iterations = -100;
|
||||
m_solver_set_flags = 0;
|
||||
m_solver_reset_flags = 0;
|
||||
m_network_steering_reduction = 1.0f;
|
||||
m_network_steering_reduction = -100;
|
||||
m_title_music = NULL;
|
||||
m_solver_split_impulse = false;
|
||||
m_smooth_normals = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user