This commit is contained in:
AUnicornWithNoLife 2023-01-11 11:40:57 +00:00
parent 83f7722cac
commit 6c343df181

View File

@ -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())
{