fixed cleanup order in unregister_core_types()
This commit is contained in:
parent
8c70c18132
commit
818fb63f03
1 changed files with 1 additions and 1 deletions
|
@ -444,8 +444,8 @@ void unregister_core_types() {
|
|||
|
||||
unregister_global_constants();
|
||||
|
||||
ClassDB::cleanup();
|
||||
ResourceCache::clear();
|
||||
ClassDB::cleanup();
|
||||
CoreStringNames::free();
|
||||
StringName::cleanup();
|
||||
|
||||
|
|
Loading…
Reference in a new issue