You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
fixed cleanup order in unregister_core_types()
This commit is contained in:
@@ -444,8 +444,8 @@ void unregister_core_types() {
|
||||
|
||||
unregister_global_constants();
|
||||
|
||||
ClassDB::cleanup();
|
||||
ResourceCache::clear();
|
||||
ClassDB::cleanup();
|
||||
CoreStringNames::free();
|
||||
StringName::cleanup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user