瀏覽代碼

Fix overwrite of manual changes in export_presets.cfg when export dialog is opened

Ensures that behavior when export_presets.cfg file is edited manually
while editor is running remains identical to before commit 44094b0.

(cherry picked from commit 4a7c19e71902bfa9effbd4e22484c4af0963b1bc)
Maganty Rushyendra 5 年之前
父節點
當前提交
7e3d7417e3
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      editor/editor_export.cpp

+ 0 - 1
editor/editor_export.cpp

@@ -106,7 +106,6 @@ void EditorExportPreset::update_files_to_export() {
 	for (int i = 0; i < to_remove.size(); ++i) {
 		selected_files.erase(to_remove[i]);
 	}
-	EditorExport::singleton->save_presets();
 }
 
 Vector<String> EditorExportPreset::get_files_to_export() const {