Allow for clearing of more than one row at once

This commit is contained in:
Elnu 2022-03-05 13:31:22 -08:00
parent 9df133113a
commit 6600bdf109

View file

@ -274,7 +274,6 @@ int main()
grid[z + 1][x] = grid[z][x]; grid[z + 1][x] = grid[z][x];
} }
} }
break;
} }
block = Block(); block = Block();
} else { } else {