Closed Avokadoen closed 4 years ago
The code that scans for complete lines has a bug where it only finds one line per new_tile event. This is caused by the loop clearing the next line without backtracking after.
Fixed in 6f70764
The code that scans for complete lines has a bug where it only finds one line per new_tile event. This is caused by the loop clearing the next line without backtracking after.