You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Rename remove() to remove_at() when removing by index
This commit is contained in:
committed by
Aaron Record
parent
5efe80f308
commit
e078f970db
@@ -1534,7 +1534,7 @@ Ref<EditorExportPreset> EditorExport::get_export_preset(int p_idx) {
|
||||
}
|
||||
|
||||
void EditorExport::remove_export_preset(int p_idx) {
|
||||
export_presets.remove(p_idx);
|
||||
export_presets.remove_at(p_idx);
|
||||
save_presets();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user