Skip to content

Commit

Permalink
Save project after opening
Browse files Browse the repository at this point in the history
(cherry picked from commit 7624051)
  • Loading branch information
KoBeWi authored and akien-mga committed May 5, 2021
1 parent 7e22dfd commit 476bc51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions editor/editor_node.cpp
Expand Up @@ -509,6 +509,9 @@ void EditorNode::_notification(int p_what) {

_update_debug_options();

// Save the project after opening to mark it as last modified.
ProjectSettings::get_singleton()->save();

/* DO NOT LOAD SCENES HERE, WAIT FOR FILE SCANNING AND REIMPORT TO COMPLETE */
} break;

Expand Down

0 comments on commit 476bc51

Please sign in to comment.