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
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 3 additions and 0 deletions

View File

@ -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;