This commit is contained in:
Jopezzia
2023-01-05 20:21:16 +03:00
parent 1577d64878
commit e9e42fede9

View File

@@ -179,7 +179,7 @@ class USDURedraw():
if xi == 0:
tiles.append([])
color = xi % 2 == 0
if yi > 0 and yi % 2 == 0:
if yi > 0 and yi % 2 != 0:
color = not color
tiles[yi].append(color)