Skip to content

Commit 303cbbe

Browse files
committed
Update FloatList.java
1 parent 4bccc66 commit 303cbbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/processing/data/FloatList.java

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

794794
public void remove() {
795795
FloatList.this.remove(index);
796+
index--;
796797
}
797798

798799
public Float next() {

0 commit comments

Comments
 (0)