1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Improved support for custom image loaders

This commit is contained in:
Fabian
2018-09-03 14:06:35 +09:30
parent 9efc6d85d8
commit a01608c389
3 changed files with 35 additions and 17 deletions

View File

@@ -1992,6 +1992,8 @@ void Main::cleanup() {
memdelete(arvr_server);
}
ImageLoader::cleanup();
unregister_driver_types();
unregister_module_types();
unregister_platform_apis();