mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Move navigation server finalize before physics server
This commit is contained in:
parent
f692b47686
commit
eb901a50f9
@ -3363,6 +3363,7 @@ void Main::cleanup(bool p_force) {
|
||||
finalize_theme_db();
|
||||
|
||||
// Before deinitializing server extensions, finalize servers which may be loaded as extensions.
|
||||
finalize_navigation_server();
|
||||
finalize_physics();
|
||||
|
||||
NativeExtensionManager::get_singleton()->deinitialize_extensions(NativeExtension::INITIALIZATION_LEVEL_SERVERS);
|
||||
@ -3386,7 +3387,6 @@ void Main::cleanup(bool p_force) {
|
||||
|
||||
OS::get_singleton()->finalize();
|
||||
|
||||
finalize_navigation_server();
|
||||
finalize_display();
|
||||
|
||||
if (input) {
|
||||
|
Loading…
Reference in New Issue
Block a user