OpenGL 2.1 -> 2.0

This commit is contained in:
Anuken
2019-07-25 13:55:57 -04:00
parent 513243ba0f
commit b59b839029

View File

@@ -48,7 +48,7 @@ public class DesktopPlatform extends Platform{
dialog.accept(() -> message(
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.1!\n" +
"Your graphics card does not support OpenGL 2.0!\n" +
"Try to update your graphics drivers.\n\n" +
"(If that doesn't work, your computer just doesn't support Mindustry.)"));
badGPU = true;