1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Merge pull request #42168 from madmiraal/fix-42108-3.2

[3.2]  Remove the unnecessary sync() and the restrictions it imposes on 3D Physics.
This commit is contained in:
Rémi Verschelde
2020-11-16 09:33:17 +01:00
committed by GitHub
9 changed files with 4 additions and 23 deletions

View File

@@ -2079,7 +2079,6 @@ bool Main::iteration() {
uint64_t physics_begin = OS::get_singleton()->get_ticks_usec();
PhysicsServer::get_singleton()->sync();
PhysicsServer::get_singleton()->flush_queries();
Physics2DServer::get_singleton()->sync();