You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 19:31:35 +00:00
Make physics servers end_sync on exit
This commit is contained in:
@@ -3030,6 +3030,9 @@ bool Main::iteration() {
|
||||
PhysicsServer2D::get_singleton()->flush_queries();
|
||||
|
||||
if (OS::get_singleton()->get_main_loop()->physics_process(physics_step * time_scale)) {
|
||||
PhysicsServer3D::get_singleton()->end_sync();
|
||||
PhysicsServer2D::get_singleton()->end_sync();
|
||||
|
||||
exit = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user