Use GL3.0 for all platforms

This commit is contained in:
Anuken
2020-06-10 15:31:43 -04:00
parent 2b1bd90dfa
commit 2662228bec
4 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ public class DesktopLauncher extends ClientLauncher{
new SdlApplication(new DesktopLauncher(arg), new SdlConfig(){{
title = "Mindustry";
maximized = true;
gl30 = true;
stencil = 8;
width = 900;
height = 700;