mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
fix for indices not set properly with StringDict(Reader)
This commit is contained in:
@@ -63,6 +63,7 @@ public class StringDict {
|
||||
if (pieces.length == 2) {
|
||||
keys[count] = pieces[0];
|
||||
values[count] = pieces[1];
|
||||
indices.put(keys[count], count);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user