fix key_q normal state bug

This commit is contained in:
Luka Jankovic 2025-07-02 17:46:37 +02:00
parent b57b88644a
commit 5daf8b9dd3

View file

@ -98,6 +98,7 @@ static void window_key_input(struct kubo_context *context) {
switch (key_code) {
case KEY_Q:
kubo_context_set_state(context, KUBO_CONTEXT_NORMAL);
break;
case KEY_W:
kubo_context_set_state(context, KUBO_CONTEXT_WALL_NEW);