GLEW tweaks

This commit is contained in:
Anuken
2020-03-27 09:00:28 -04:00
parent 643d054294
commit 69323707cc
2 changed files with 2 additions and 2 deletions

View File

@@ -189,7 +189,7 @@ public class DesktopLauncher extends ClientLauncher{
e.getMessage().contains("Couldn't create window") ? "A graphics initialization error has occured! Try to update your graphics drivers:\n" + e.getMessage() : e.getMessage().contains("Couldn't create window") ? "A graphics initialization error has occured! Try to update your graphics drivers:\n" + e.getMessage() :
"Your graphics card does not support OpenGL 2.0 with the framebuffer_object extension!\n" + "Your graphics card does not support OpenGL 2.0 with the framebuffer_object extension!\n" +
"Try to update your graphics drivers. If this doesn't work, your computer may not support Mindustry.\n\n" + "Try to update your graphics drivers. If this doesn't work, your computer may not support Mindustry.\n\n" +
"Full message: " + e.getMessage())); "Full message: " + Strings.getCauses(e).map(t -> t.getMessage() == null ? "" : t.getMessage()).toString("\n")));
badGPU = true; badGPU = true;
} }

View File

@@ -1,3 +1,3 @@
org.gradle.daemon=true org.gradle.daemon=true
org.gradle.jvmargs=-Xms256m -Xmx1024m org.gradle.jvmargs=-Xms256m -Xmx1024m
archash=dd0f2c60c53919ce97c987e502acf94af3a9a2b4 archash=670ff2275995a11566a81a9cdaeb1468e7cf2042