Skip to content

Commit 3fc92a8

Browse files
committed
Update IntList.java
1 parent cbebf58 commit 3fc92a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/processing/data/IntList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ public Iterator<Integer> iterator() {
737737

738738
public void remove() {
739739
IntList.this.remove(index);
740+
index--;
740741
}
741742

742743
public Integer next() {

0 commit comments

Comments
 (0)