Fixed tests
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=338ffafbb964ba9d41d89adc4ca4f1c589b46248
|
||||
archash=b38d5e9c24d921f87f33bc48fcb65e245c1b1d0c
|
||||
|
||||
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user