mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
fix for indices with alternate constructor
This commit is contained in:
@@ -88,6 +88,7 @@ public class IntDict {
|
||||
if (pieces.length == 2) {
|
||||
keys[count] = pieces[0];
|
||||
values[count] = PApplet.parseInt(pieces[1]);
|
||||
indices.put(pieces[0], count);
|
||||
count++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user