1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Save project after opening

(cherry picked from commit 76240515d8)
This commit is contained in:
kobewi
2021-03-26 14:10:41 +01:00
committed by Rémi Verschelde
parent 7e22dfdd05
commit 476bc5191b

View File

@@ -509,6 +509,9 @@ void EditorNode::_notification(int p_what) {
_update_debug_options(); _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 */ /* DO NOT LOAD SCENES HERE, WAIT FOR FILE SCANNING AND REIMPORT TO COMPLETE */
} break; } break;