parent
44e84c61a6
commit
645842e0e8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue