From 981aa8ae6e27fd3c3666ffcef63723fab19cf8d4 Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Tue, 10 Jan 2023 10:24:48 +0000 Subject: [PATCH] @JTBlakey hey --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 7a499ad..90e2b1b 100644 --- a/Program.cs +++ b/Program.cs @@ -367,7 +367,7 @@ namespace Cupola pixel.blue = (pixel.blue - minus) * multiply; output.SetPixel(x, y, pixel); - } + }//hi } }