This commit is contained in:
zeruth
2019-06-16 22:31:48 -04:00
parent 2e873af898
commit 39a9ae35ab
218 changed files with 16857 additions and 16879 deletions

View File

@@ -92,11 +92,6 @@ public class SpotAnimationDefinition extends DualNode {
@Export("__z")
int __z;
static {
SpotAnimationDefinition_cached = new EvictingDualNodeHashTable(64);
SpotAnimationDefinition_cachedModels = new EvictingDualNodeHashTable(30);
}
SpotAnimationDefinition() {
this.sequence = -1;
this.widthScale = 128;
@@ -240,4 +235,9 @@ public class SpotAnimationDefinition extends DualNode {
static int method4822() {
return Client.isResizable?2:1;
}
static {
SpotAnimationDefinition_cached = new EvictingDualNodeHashTable(64);
SpotAnimationDefinition_cachedModels = new EvictingDualNodeHashTable(30);
}
}