@JTBlakey hey

This commit is contained in:
AUnicornWithNoLife 2023-01-10 10:24:48 +00:00
parent e871286cd1
commit 981aa8ae6e

View File

@ -367,7 +367,7 @@ namespace Cupola
pixel.blue = (pixel.blue - minus) * multiply;
output.SetPixel(x, y, pixel);
}
}//hi
}
}