1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Remove unnecessary string replacement

This commit is contained in:
Larry Tran
2022-08-05 18:15:57 -05:00
parent 91c62fb856
commit e029e66454

View File

@@ -1528,8 +1528,6 @@ Error EditorExportPlatformIOS::export_project(const Ref<EditorExportPreset> &p_p
//write //write
file = file.replace_first("ios/", "");
if (files_to_parse.has(file)) { if (files_to_parse.has(file)) {
_fix_config_file(p_preset, data, config_data, p_debug); _fix_config_file(p_preset, data, config_data, p_debug);
} else if (file.begins_with("libgodot.ios")) { } else if (file.begins_with("libgodot.ios")) {