1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Rename remove() to remove_at() when removing by index

This commit is contained in:
Lightning_A
2021-07-03 16:17:03 -06:00
committed by Aaron Record
parent 5efe80f308
commit e078f970db
134 changed files with 323 additions and 323 deletions

View File

@@ -282,7 +282,7 @@ void UndoRedo::_pop_history_tail() {
}
}
actions.remove(0);
actions.remove_at(0);
if (current_action >= 0) {
current_action--;
}