1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Save project after opening

This commit is contained in:
kobewi
2021-03-26 14:10:41 +01:00
parent 166a6d0ba2
commit 76240515d8

View File

@@ -592,6 +592,9 @@ void EditorNode::_notification(int p_what) {
_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 */
} break;