Revert "Merge branch 'master' into master"
This reverts commit43520c1958, reversing changes made to2e7aea3c62.
This commit is contained in:
@@ -62,6 +62,12 @@ public class WorldMapLabelSize {
|
||||
@Export("__u")
|
||||
final int __u;
|
||||
|
||||
static {
|
||||
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
|
||||
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
|
||||
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
|
||||
}
|
||||
|
||||
WorldMapLabelSize(int var1, int var2, int var3) {
|
||||
this.__w = var1;
|
||||
this.__o = var2;
|
||||
@@ -126,10 +132,4 @@ public class WorldMapLabelSize {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static {
|
||||
WorldMapLabelSize_small = new WorldMapLabelSize(0, 0, 4);
|
||||
WorldMapLabelSize_medium = new WorldMapLabelSize(2, 1, 2);
|
||||
WorldMapLabelSize_large = new WorldMapLabelSize(1, 2, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user