Bugfix.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4536 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -40,6 +40,7 @@ public class ArrayIterator
|
|||||||
} else {
|
} else {
|
||||||
_arr.splice(_lastIndex, 1);
|
_arr.splice(_lastIndex, 1);
|
||||||
_lastIndex = -1;
|
_lastIndex = -1;
|
||||||
|
_index--; // since _lastIndex is always before _index
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user