summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaganty Rushyendra <mrushyendra@yahoo.com.sg>2020-06-20 19:45:05 +0800
committerMaganty Rushyendra <mrushyendra@yahoo.com.sg>2020-06-20 19:45:05 +0800
commit4a7c19e71902bfa9effbd4e22484c4af0963b1bc (patch)
tree5f1160ea03dbf823a6386b682be4a637332f83e0
parente773664f26ced3587a5a5d9caa494b96df00e3f4 (diff)
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.
-rw-r--r--editor/editor_export.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_export.cpp b/editor/editor_export.cpp
index 25594bf7c8..951bec2c83 100644
--- a/editor/editor_export.cpp
+++ b/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 {