We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae0a20 commit 4246ae4Copy full SHA for 4246ae4
1 file changed
core/src/processing/data/IntDict.java
@@ -88,6 +88,7 @@ public IntDict(BufferedReader reader) {
88
if (pieces.length == 2) {
89
keys[count] = pieces[0];
90
values[count] = PApplet.parseInt(pieces[1]);
91
+ indices.put(pieces[0], count);
92
count++;
93
}
94
0 commit comments