now it draws all seven

This commit is contained in:
Rorikstr | Rust Dev 2025-09-26 14:23:10 +03:00
parent 851d303aab
commit b0ab522b58
2 changed files with 3 additions and 4 deletions

View file

@ -17,9 +17,8 @@ int main() {
timeout(100); // Таймаут для getch()
int ch;
bool hold = false;
UserAction_t action = Undefined;
while (!Terminate) {
while (action != Terminate) {
ch = getch();