1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #93558 from kitbdev/fix-exit-plugin-crash

Fix crash on exit with shader editor
This commit is contained in:
Rémi Verschelde
2024-06-25 09:25:57 +02:00

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