mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
fixed cleanup order in unregister_core_types()
This commit is contained in:
parent
8c70c18132
commit
818fb63f03
@ -444,8 +444,8 @@ void unregister_core_types() {
|
||||
|
||||
unregister_global_constants();
|
||||
|
||||
ClassDB::cleanup();
|
||||
ResourceCache::clear();
|
||||
ClassDB::cleanup();
|
||||
CoreStringNames::free();
|
||||
StringName::cleanup();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user