summaryrefslogtreecommitdiffhomepage
path: root/MainLoop.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2025-01-06 00:26:43 +0000
committerRoland Reichwein <mail@reichwein.it>2025-01-06 00:26:43 +0000
commit8609722958b89ce71e8336e3254fc5a88912a0e8 (patch)
tree9a586821f313fa41d8ce00f0f991de716159846e /MainLoop.cpp
parent3683789a25d118f9a82bd1c7eae36af82b9f499d (diff)
Bugfix
Diffstat (limited to 'MainLoop.cpp')
-rw-r--r--MainLoop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainLoop.cpp b/MainLoop.cpp
index 8f3e399..c01ccdb 100644
--- a/MainLoop.cpp
+++ b/MainLoop.cpp
@@ -141,7 +141,7 @@ int MainLoop::run()
m_pcm.write();
}
- if (m_ui.key_available()) {
+ while (m_ui.key_available()) {
m_ui.handle_input();
}