mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-04 16:09:23 +07:00
1-bit stencil buffer, possible green line fix
This commit is contained in:
parent
30107db81e
commit
e82ee227a5
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user