Move navigation server finalize before physics server
This commit is contained in:
parent
f692b47686
commit
eb901a50f9
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue