Merge pull request #39707 from mrushyendra/export_overwrite

Fix overwrite of manual changes in export_presets.cfg when export dialog is opened
This commit is contained in:
Rémi Verschelde 2020-06-20 16:50:26 +02:00 committed by GitHub
commit d360e6fb46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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 {