diff options
| author | Fabian <supagu@gmail.com> | 2018-09-03 14:06:35 +0930 |
|---|---|---|
| committer | Fabian <supagu@gmail.com> | 2018-11-23 08:16:54 +1030 |
| commit | a01608c389eb0fefdffd85ab8075cd95dbf901be (patch) | |
| tree | 5269fae6d747b074d0656387743452b2b17f2360 /main | |
| parent | 9efc6d85d86dcb469b458dabe382e641f67ea729 (diff) | |
| download | redot-engine-a01608c389eb0fefdffd85ab8075cd95dbf901be.tar.gz | |
Improved support for custom image loaders
Diffstat (limited to 'main')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index ca1b03392a..db23a6c214 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -1992,6 +1992,8 @@ void Main::cleanup() { memdelete(arvr_server); } + ImageLoader::cleanup(); + unregister_driver_types(); unregister_module_types(); unregister_platform_apis(); |
