See Github issue #15

This commit is contained in:
minjaesong
2019-01-15 05:50:36 +09:00
parent 7cd2b55b97
commit a64da6454b
23 changed files with 58 additions and 56 deletions

View File

@@ -157,7 +157,7 @@ public class AppLoader implements ApplicationListener {
ShaderProgram.pedantic = false;
LwjglApplicationConfiguration appConfig = new LwjglApplicationConfiguration();
appConfig.useGL30 = true;
//appConfig.useGL30 = true; // used: loads GL 3.2, unused: loads GL 4.6; what the fuck?
appConfig.vSyncEnabled = false;
appConfig.resizable = false;//true;
//appConfig.width = 1072; // IMAX ratio