From 6c343df18177f568a7223938b8d98719ae74bdfb Mon Sep 17 00:00:00 2001 From: AUnicornWithNoLife Date: Wed, 11 Jan 2023 11:40:57 +0000 Subject: [PATCH] i --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index df61894..32ec61b 100644 --- a/Program.cs +++ b/Program.cs @@ -387,7 +387,7 @@ namespace Cupola { FloatColor brightest = new FloatColor(Color.Black); - for (int i = 0; i < images.Length) + for (int i = 0; i < images.Length; i++) { if (images[i].pixels[x, y].Brightness() > brightest.Brightness()) {