fixed cleanup order in unregister_core_types()

This commit is contained in:
rune-scape 2023-07-19 22:16:34 -07:00 committed by rune-scape
parent 8c70c18132
commit 818fb63f03

View File

@ -444,8 +444,8 @@ void unregister_core_types() {
unregister_global_constants();
ClassDB::cleanup();
ResourceCache::clear();
ClassDB::cleanup();
CoreStringNames::free();
StringName::cleanup();