You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix crash on exit with shader editor
This commit is contained in:
@@ -679,6 +679,8 @@ void EditorNode::_notification(int p_what) {
|
|||||||
} break;
|
} break;
|
||||||
|
|
||||||
case NOTIFICATION_EXIT_TREE: {
|
case NOTIFICATION_EXIT_TREE: {
|
||||||
|
singleton->active_plugins.clear();
|
||||||
|
|
||||||
if (progress_dialog) {
|
if (progress_dialog) {
|
||||||
progress_dialog->queue_free();
|
progress_dialog->queue_free();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user