Save project after opening
This commit is contained in:
parent
166a6d0ba2
commit
76240515d8
1 changed files with 3 additions and 0 deletions
|
@ -592,6 +592,9 @@ void EditorNode::_notification(int p_what) {
|
||||||
_editor_select(EDITOR_3D);
|
_editor_select(EDITOR_3D);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 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 */
|
/* DO NOT LOAD SCENES HERE, WAIT FOR FILE SCANNING AND REIMPORT TO COMPLETE */
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue