Skip to content

Commit 88c8efe

Browse files
committed
Merge pull request #109825 from KoBeWi/how_can_you_load_something_unsaved
Don't start editor as unsaved
2 parents d5ad055 + a374c20 commit 88c8efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/editor_node.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ class EditorNode : public Node {
451451
bool immediate_dialog_confirmed = false;
452452
bool restoring_scenes = false;
453453
bool settings_overrides_changed = false;
454-
bool unsaved_cache = true;
454+
bool unsaved_cache = false;
455455

456456
bool requested_first_scan = false;
457457
bool waiting_for_first_scan = true;

0 commit comments

Comments
 (0)