Fixed green line bug - Removed stencil+depth buffers
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user