Fixed tests

This commit is contained in:
Anuken 2019-12-08 15:59:48 -05:00
parent 9f29898713
commit a7d37b7e6c
2 changed files with 3 additions and 4 deletions

View file

@ -1,3 +1,3 @@
org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=338ffafbb964ba9d41d89adc4ca4f1c589b46248
archash=b38d5e9c24d921f87f33bc48fcb65e245c1b1d0c

View file

@ -5,8 +5,7 @@ import io.anuke.arc.collection.ObjectMap;
import io.anuke.arc.graphics.g2d.*;
import io.anuke.arc.graphics.g2d.TextureAtlas.AtlasRegion;
import io.anuke.arc.util.*;
import io.anuke.arc.util.Log.LogHandler;
import io.anuke.arc.util.Log.NoopLogHandler;
import io.anuke.arc.util.Log.*;
import io.anuke.mindustry.*;
import io.anuke.mindustry.core.ContentLoader;
@ -25,7 +24,7 @@ public class ImagePacker{
Log.setLogger(new NoopLogHandler());
Vars.content = new ContentLoader();
Vars.content.createBaseContent();
Log.setLogger(new LogHandler());
Log.setLogger(new DefaultLogHandler());
Files.walk(Paths.get("../../../assets-raw/sprites_out")).forEach(path -> {
try{