Removing the unnecessary force from the View.

This commit is contained in:
BDisp
2020-06-11 21:36:19 +01:00
parent 6349685cf6
commit 554202f5e7
4 changed files with 7 additions and 42 deletions

View File

@@ -70,7 +70,7 @@ static class Demo {
h = 0;
for (int y = 0; y < f.Width; y++) {
Move (0, y, true);
Move (0, y);
var nw = 0;
for (int x = 0; x < f.Height; x++) {
Rune r;