sleep; appl + kappl do smth more or less usefull

This commit is contained in:
2025-12-03 05:37:50 +01:00
parent 63f56ae02c
commit 246a5bc3e6
7 changed files with 44 additions and 44 deletions

View File

@@ -6,8 +6,8 @@
Key Epilogues::key;
void Epilogues::keyboard(Vault& v) {
if (v.keys.produce(key)) {
v.keys_sem.v(v);
if(v.keys.produce(key)) {
v.keys_sem.v(v);
}
key.invalidate();
}