Wip removed test file

This commit is contained in:
Willem Cazander 2022-02-21 00:42:55 +01:00
parent 9f727d318f
commit acbbaf348a
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@ public enum GDXAppMain implements DefaultEnumInstanceᴶᴹˣ<GDXAppMain,GDXAppM
System.out.println("BãßBȍőnCoffinʸᴰ init done."); System.out.println("BãßBȍőnCoffinʸᴰ init done.");
try { try {
basePlane = FontAtlasDriver.newInstance().createReader().readString(Gdx.files.internal("font/unicode4d.xml").readString()); //basePlane = FontAtlasDriver.newInstance().createReader().readString(Gdx.files.internal("font/unicode4d.xml").readString());
if (args.contains("warpcore-load")) { if (args.contains("warpcore-load")) {

View file

@ -42,7 +42,7 @@ public class Unicode4DApp extends DefaultDeskApp implements DeskAppRenderer {
public ImCharacter(FontAtlasStoreGlyph glyph) { public ImCharacter(FontAtlasStoreGlyph glyph) {
this.glyph = glyph; this.glyph = glyph;
List<V072Tong> tongs = glyph.getTongs(); //List<V072Tong> tongs = glyph.getTongs();
} }
public void render() { public void render() {