summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--editor/editor_node.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 1560fe5636..007aa18afa 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -679,6 +679,8 @@ void EditorNode::_notification(int p_what) {
} break;
case NOTIFICATION_EXIT_TREE: {
+ singleton->active_plugins.clear();
+
if (progress_dialog) {
progress_dialog->queue_free();
}