Fixed line ending style.
This commit is contained in:
parent
ec6b611a94
commit
326ef82e90
14
src/config/stk_config.hpp
Normal file → Executable file
14
src/config/stk_config.hpp
Normal file → Executable file
@ -108,13 +108,13 @@ public:
|
||||
float m_default_moveable_friction;
|
||||
|
||||
/** Number of solver iterations. */
|
||||
int m_solver_iterations;
|
||||
|
||||
/** If position and velocity constraints are solved separately. */
|
||||
bool m_solver_split_impulse;
|
||||
|
||||
/** Threshold when to use the split impulse approach. */
|
||||
float m_solver_split_impulse_thresh;
|
||||
int m_solver_iterations;
|
||||
|
||||
/** If position and velocity constraints are solved separately. */
|
||||
bool m_solver_split_impulse;
|
||||
|
||||
/** Threshold when to use the split impulse approach. */
|
||||
float m_solver_split_impulse_thresh;
|
||||
|
||||
/** */
|
||||
std::vector<std::string> m_solver_mode;
|
||||
|
Loading…
Reference in New Issue
Block a user