瀏覽代碼

Don't start editor as unsaved

kobewi 3 周之前
父節點
當前提交
a374c209be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/editor_node.h

+ 1 - 1
editor/editor_node.h

@@ -451,7 +451,7 @@ private:
 	bool immediate_dialog_confirmed = false;
 	bool restoring_scenes = false;
 	bool settings_overrides_changed = false;
-	bool unsaved_cache = true;
+	bool unsaved_cache = false;
 
 	bool requested_first_scan = false;
 	bool waiting_for_first_scan = true;