mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-21 23:34:18 +00:00
Fix physics timestep
This commit is contained in:
parent
3ab4f14d27
commit
fa6aaae60e
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ window/handheld/orientation=1
|
||||||
[physics]
|
[physics]
|
||||||
|
|
||||||
2d/run_on_separate_thread=true
|
2d/run_on_separate_thread=true
|
||||||
|
common/physics_ticks_per_second=240
|
||||||
|
common/max_physics_steps_per_frame=30
|
||||||
2d/solver/solver_iterations=4
|
2d/solver/solver_iterations=4
|
||||||
2d/solver/contact_max_separation=1.0
|
2d/solver/contact_max_separation=1.0
|
||||||
2d/solver/contact_max_allowed_penetration=0.02
|
2d/solver/contact_max_allowed_penetration=0.02
|
||||||
|
|
Loading…
Reference in a new issue