summaryrefslogtreecommitdiff
path: root/main/main.cpp
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2021-09-19 13:10:38 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-09-20 09:42:39 +0100
commit1c08719d095708720013ea19bcb04049ecbaa704 (patch)
tree8d5ed2abcaf7aec3b1cb677a47cc8c9ef1baa41a /main/main.cpp
parent35264d5782de5feb72b4d3bd5e38fc175458d499 (diff)
Add remaning code edit unit tests
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 5513e571d6..532b1e80c9 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -455,10 +455,10 @@ void Main::test_cleanup() {
ResourceLoader::remove_custom_loaders();
ResourceSaver::remove_custom_savers();
+ unregister_driver_types();
#ifdef TOOLS_ENABLED
EditorNode::unregister_editor_types();
#endif
- unregister_driver_types();
unregister_module_types();
unregister_platform_apis();
unregister_scene_types();