From 76240515d8a4def96eb1a409259ce70fa653ae73 Mon Sep 17 00:00:00 2001 From: kobewi Date: Fri, 26 Mar 2021 14:10:41 +0100 Subject: Save project after opening --- editor/editor_node.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index c48ea18b9e..156cb6694a 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -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; -- cgit v1.2.3