Fix crash on exit with shader editor

This commit is contained in:
kit 2024-06-24 11:56:46 -04:00
parent e78dc83ee8
commit da55b6a01c

View file

@ -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();
}