Mid Fan support

This commit is contained in:
seerge
2023-03-21 01:24:42 +01:00
parent 06be8c726e
commit 7cb9b1f64f
6 changed files with 88 additions and 19 deletions

View File

@@ -304,7 +304,7 @@ namespace Starlight.AnimeMatrix
{
for (int x = 0; x < bmp.Width; x++)
{
if (x % 2 == (y % 2))
if (x % 2 == y % 2)
{
var color = GetColor(bmp, x, y);
//var color2= GetColor(bmp, x+1, y);