mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Don't start editor as unsaved
This commit is contained in:
parent
d5ad0556a2
commit
a374c209be
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ private:
|
||||||
bool immediate_dialog_confirmed = false;
|
bool immediate_dialog_confirmed = false;
|
||||||
bool restoring_scenes = false;
|
bool restoring_scenes = false;
|
||||||
bool settings_overrides_changed = false;
|
bool settings_overrides_changed = false;
|
||||||
bool unsaved_cache = true;
|
bool unsaved_cache = false;
|
||||||
|
|
||||||
bool requested_first_scan = false;
|
bool requested_first_scan = false;
|
||||||
bool waiting_for_first_scan = true;
|
bool waiting_for_first_scan = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue