mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
Adjust previous fix to make it work properly
This commit is contained in:
@@ -8,13 +8,6 @@ import forge.util.Utils;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
new ForgeApplication(new Forge());
|
||||
}
|
||||
|
||||
private static class ForgeApplication extends LwjglApplication {
|
||||
private ForgeApplication(Forge app) {
|
||||
super(app, "Forge", (int)Utils.BASE_WIDTH, (int)Utils.BASE_HEIGHT, true);
|
||||
app.initialize(mainLoopThread, new LwjglClipboard(), "../forge-gui/");
|
||||
}
|
||||
new LwjglApplication(new Forge(new LwjglClipboard(), "../forge-gui/"), "Forge", (int)Utils.BASE_WIDTH, (int)Utils.BASE_HEIGHT, true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user