We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646b8ca commit 5f52a40Copy full SHA for 5f52a40
core/src/processing/data/StringList.java
@@ -657,6 +657,7 @@ public Iterator<String> iterator() {
657
658
public void remove() {
659
StringList.this.remove(index);
660
+ index--;
661
}
662
663
public String next() {
@@ -768,4 +769,4 @@ public String toString() {
768
769
sb.append(" ]");
770
return sb.toString();
771
-}
772
+}
0 commit comments