This commit is contained in:
BDisp
2020-11-26 18:51:56 +00:00
parent 55c682dde1
commit 3e29baa5c5

View File

@@ -252,7 +252,6 @@ namespace Terminal.Gui {
continue;
}
dirtyLine [row] = false;
int [,,] damage = new int [0, 0, 0];
for (int col = 0; col < cols; col++) {
if (contents [row, col, 2] != 1) {
continue;