gdx 1.11 update; shader update for mac

This commit is contained in:
minjaesong
2023-03-01 00:01:59 +09:00
parent 09b79f7dd1
commit f4b8188a46
146 changed files with 114 additions and 175 deletions

View File

@@ -19,6 +19,7 @@ public class TerranBASIC {
ShaderProgram.pedantic = false;
appConfig = new Lwjgl3ApplicationConfiguration();
appConfig.setOpenGLEmulation(Lwjgl3ApplicationConfiguration.GLEmulation.GL30, 3, 2);
appConfig.setIdleFPS(60);
appConfig.setForegroundFPS(60);
appConfig.useVsync(false);