Cannot copy/assign Console objects

This commit is contained in:
Eryn Wells 2016-03-12 19:14:07 -05:00
parent e2edde2ee4
commit d098bac16c
2 changed files with 4 additions and 0 deletions

View file

@ -59,6 +59,7 @@ Console::clear()
putEntryAt(x, y, ' ', mColor);
}
}
mCursor = {0, 0};
}