EVEN MORE STABLIER
All checks were successful
k4 Build Test / do_the_build (push) Successful in 56s

This commit is contained in:
mid 2025-07-05 14:06:07 +03:00
parent 5a3a524cb3
commit 7754e410fd

View File

@ -986,8 +986,8 @@ void game_cleanup() {
Game.phys = dWorldCreate(); Game.phys = dWorldCreate();
dWorldSetGravity(Game.phys, 0, -15, 0); dWorldSetGravity(Game.phys, 0, -15, 0);
dWorldSetCFM(Game.phys, 0.0002); dWorldSetCFM(Game.phys, 0.00002);
dWorldSetERP(Game.phys, 0.2); dWorldSetERP(Game.phys, 0.1);
Game.space = dHashSpaceCreate(NULL); Game.space = dHashSpaceCreate(NULL);