From e82ee227a560980a1826e7031e187bef31b1c3d9 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 1 Dec 2020 15:36:50 -0500 Subject: [PATCH] 1-bit stencil buffer, possible green line fix --- desktop/src/mindustry/desktop/DesktopLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/mindustry/desktop/DesktopLauncher.java b/desktop/src/mindustry/desktop/DesktopLauncher.java index ba9ccca5f8..52d2d3cb69 100644 --- a/desktop/src/mindustry/desktop/DesktopLauncher.java +++ b/desktop/src/mindustry/desktop/DesktopLauncher.java @@ -36,7 +36,7 @@ public class DesktopLauncher extends ClientLauncher{ new SdlApplication(new DesktopLauncher(arg), new SdlConfig(){{ title = "Mindustry"; maximized = true; - stencil = 8; + stencil = 1; width = 900; height = 700; setWindowIcon(FileType.internal, "icons/icon_64.png");