Преглед изворни кода

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.
Maganty Rushyendra пре 5 година
родитељ
комит
4a7c19e719
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      editor/editor_export.cpp

+ 0 - 1
editor/editor_export.cpp

@@ -100,7 +100,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 {