Fix weird font issue on progress bar

Prevent Forge not being able to reopen if its already running
This commit is contained in:
drdev
2014-05-31 19:26:22 +00:00
parent 26bb62f027
commit 1986ab8769
4 changed files with 12 additions and 8 deletions

View File

@@ -35,6 +35,6 @@ public class Main extends AndroidApplication {
return;
}
initialize(new Forge(getClipboard(), assetsDir), true);
initialize(Forge.getApp(getClipboard(), assetsDir), true);
}
}