Merge pull request #93293 from rune-scape/cleanup-order
Fix cleanup order in `unregister_core_types()`
This commit is contained in:
commit
470cc59706
@ -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