Bugfixes / Font changed / Zone tweaks

This commit is contained in:
Anuken
2019-03-08 19:07:23 -05:00
parent 3776b99c39
commit 64533de597
47 changed files with 1401 additions and 1482 deletions

View File

@@ -131,7 +131,7 @@ public class ImagePacker{
}
static void err(String message, Object... args){
throw new IllegalArgumentException(Strings.formatArgs(message, args));
throw new IllegalArgumentException(Strings.format(message, args));
}
static class GenRegion extends AtlasRegion{