import removed

master
Jonathan Hager 5 years ago
parent 6c4e883810
commit 4b566a7bff

@ -12,7 +12,6 @@ import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.BitmapFont;
import com.badlogic.gdx.graphics.g2d.GlyphLayout;
import com.badlogic.gdx.graphics.g2d.Sprite;
import com.sun.tools.javac.util.Abort;
/**
*
@ -51,7 +50,7 @@ public class UIDrawer {
batch.draw(questbook, x - questbook.getWidth()/2, y - questbook.getHeight()/2);
break;
default:
throw new Abort();
//throw new Abort();
}
batch.end();

Loading…
Cancel
Save