mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
Revert accidentally committed file
This commit is contained in:
@@ -54,9 +54,6 @@ public class Main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
screenWidth = 640;
|
|
||||||
screenHeight = 960;
|
|
||||||
|
|
||||||
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
|
||||||
config.resizable = false;
|
config.resizable = false;
|
||||||
config.width = desktopMode ? desktopScreenWidth : screenWidth;
|
config.width = desktopMode ? desktopScreenWidth : screenWidth;
|
||||||
|
|||||||
Reference in New Issue
Block a user