From ed67afcf390c493b2f43d4f2e56c16315a859353 Mon Sep 17 00:00:00 2001 From: neon443 <69979447+neon443@users.noreply.github.com> Date: Wed, 27 Aug 2025 14:36:05 +0100 Subject: [PATCH] skdjh --- ShhShell/Terminal/CRT.metal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShhShell/Terminal/CRT.metal b/ShhShell/Terminal/CRT.metal index 3f79b0f..0523bc5 100644 --- a/ShhShell/Terminal/CRT.metal +++ b/ShhShell/Terminal/CRT.metal @@ -27,7 +27,7 @@ using namespace metal; half3 newColor = /*scanwave**/scanline; half alpha = 1 - scanline; - alpha *= 0.5; + alpha *= 2; // half4 output = half4(layer.sample(pos).xyz*newCol, 1); half4 output = half4(color.xyz*newColor*alpha, alpha);