1-bit stencil buffer, possible green line fix

This commit is contained in:
Anuken 2020-12-01 15:36:50 -05:00
parent 30107db81e
commit e82ee227a5

View File

@ -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");