Fixed green line bug - Removed stencil+depth buffers

This commit is contained in:
Anuken
2021-02-16 13:02:15 -05:00
parent fdd1c01ac3
commit b0082c92c5
7 changed files with 22 additions and 29 deletions

View File

@@ -36,7 +36,6 @@ public class DesktopLauncher extends ClientLauncher{
new SdlApplication(new DesktopLauncher(arg), new SdlConfig(){{
title = "Mindustry";
maximized = true;
stencil = 1;
width = 900;
height = 700;
setWindowIcon(FileType.internal, "icons/icon_64.png");