Delete some leftover code.

This commit is contained in:
DarwinNE 2020-01-13 07:20:25 +01:00
parent 7a2f3df561
commit f4b2001325
1 changed files with 0 additions and 1 deletions

View File

@ -351,7 +351,6 @@ void Console::PutCharNoUpdate(char c)
cursorX++;
if(cursorX >= cols)
PutCharNoUpdate('\n');
chars[cursorY * cols + cursorX].attrs = currentAttr;
}
}