Revert accidentally committed file (again)

This commit is contained in:
Krazy
2017-06-25 21:09:08 +00:00
parent 02d52f3fe1
commit 05c8091558

View File

@@ -54,9 +54,6 @@ public class Main {
} }
} }
screenWidth = 1900;
screenHeight = 1300;
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration(); LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.resizable = false; config.resizable = false;
config.width = desktopMode ? desktopScreenWidth : screenWidth; config.width = desktopMode ? desktopScreenWidth : screenWidth;