mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Moves finalize_navigation_server() before physics server (and also OS in 3.x). The NavigationServer command queue can have objects from other servers like physics or visuals so it needs to be flushed before.