Revert "Merge branch 'master' into master"

This reverts commit 43520c1958, reversing
changes made to 2e7aea3c62.
This commit is contained in:
zeruth
2019-06-22 02:38:35 -04:00
parent 43520c1958
commit c655c9f542
224 changed files with 16901 additions and 17108 deletions

View File

@@ -50,6 +50,10 @@ public class UnderlayDefinition extends DualNode {
@Export("hueMultiplier")
public int hueMultiplier;
static {
UnderlayDefinition_cached = new EvictingDualNodeHashTable(64);
}
UnderlayDefinition() {
this.rgb = 0;
}
@@ -179,8 +183,4 @@ public class UnderlayDefinition extends DualNode {
static class249[] method4839() {
return new class249[]{class249.field3277, class249.field3273, class249.field3274};
}
static {
UnderlayDefinition_cached = new EvictingDualNodeHashTable(64);
}
}