Skip to content

Commit

Permalink
Merge pull request #93558 from kitbdev/fix-exit-plugin-crash
Browse files Browse the repository at this point in the history
Fix crash on exit with shader editor
  • Loading branch information
akien-mga committed Jun 25, 2024
2 parents 066555f + da55b6a commit dc40850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions editor/editor_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit dc40850

Please sign in to comment.