mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Mid Fan support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user