Revert accidentally committed file

This commit is contained in:
Krazy
2017-06-25 19:44:01 +00:00
parent 3ea9ff1280
commit a1913a789f

View File

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