mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
todo notes and fix for copy() method in Dict classes
This commit is contained in:
@@ -346,6 +346,7 @@ public class StringDict {
|
||||
for (int i = 0; i < count; i++) {
|
||||
outgoing.indices.put(keys[i], i);
|
||||
}
|
||||
outgoing.count = count;
|
||||
return outgoing;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user