diff --git a/src/net/torvald/terrarum/AppLoader.java b/src/net/torvald/terrarum/AppLoader.java index a9d6a2fe0..98a8ef024 100644 --- a/src/net/torvald/terrarum/AppLoader.java +++ b/src/net/torvald/terrarum/AppLoader.java @@ -315,7 +315,7 @@ public class AppLoader implements ApplicationListener { ShaderProgram.pedantic = false; LwjglApplicationConfiguration appConfig = new LwjglApplicationConfiguration(); - appConfig.useGL30 = true; // utilising some GL trickeries, need this to be TRUE + appConfig.useGL30 = false; // utilising some GL trickeries, need this to be TRUE appConfig.vSyncEnabled = getConfigBoolean("usevsync"); appConfig.resizable = false;//true; appConfig.width = getConfigInt("screenwidth"); @@ -1238,4 +1238,4 @@ public class AppLoader implements ApplicationListener { public static long getTIME_T() { return System.currentTimeMillis() / 1000L; } -} \ No newline at end of file +}