You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Don't initialize editor when exiting
This commit is contained in:
@@ -3409,6 +3409,7 @@ int EditorNode::_next_unsaved_scene(bool p_valid_filename, int p_start) {
|
||||
|
||||
void EditorNode::_exit_editor(int p_exit_code) {
|
||||
exiting = true;
|
||||
waiting_for_first_scan = false;
|
||||
resource_preview->stop(); // Stop early to avoid crashes.
|
||||
_save_editor_layout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user