From 838887f06c51bf67a0917e0e0df44e6b5b851f89 Mon Sep 17 00:00:00 2001 From: profan Date: Fri, 5 Jun 2026 00:16:20 +0100 Subject: [PATCH] yonks --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 2d16292..1d8040c 100644 --- a/Program.cs +++ b/Program.cs @@ -32,7 +32,7 @@ void Main() void main() { - float v = texture(texture0, fragTexCoord).r < 0 ? 1.0 : 0.0; + float v = texture(texture0, fragTexCoord).r< 0 ? 1.0 : 0.0; outputColor = vec4(v, v, v, 1.0f) * fragColor; } """;