diff --git a/desktop/src/mindustry/desktop/DesktopLauncher.java b/desktop/src/mindustry/desktop/DesktopLauncher.java index 855b1b4377..c4c9cc4342 100644 --- a/desktop/src/mindustry/desktop/DesktopLauncher.java +++ b/desktop/src/mindustry/desktop/DesktopLauncher.java @@ -41,15 +41,28 @@ public class DesktopLauncher extends ClientLauncher{ maximized = true; width = 900; height = 700; - //enable gl3 with command-line argument (slower performance, apparently) - if(Structs.contains(arg, "-gl3")){ - gl30 = true; - } - if(Structs.contains(arg, "-antialias")){ - samples = 16; - } - if(Structs.contains(arg, "-debug")){ - Log.level = LogLevel.debug; + for(int i = 0;i