leave the proc ok

This commit is contained in:
ackimixs
2024-05-28 18:11:02 +02:00
parent 687db1f650
commit bfa6b8096c

View File

@@ -120,6 +120,7 @@ void GameControllerHandler::handleEvents() {
default:
break;
}
usleep(5);
}
}
}