fix key_q normal state bug
This commit is contained in:
parent
b57b88644a
commit
5daf8b9dd3
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ static void window_key_input(struct kubo_context *context) {
|
||||||
switch (key_code) {
|
switch (key_code) {
|
||||||
case KEY_Q:
|
case KEY_Q:
|
||||||
kubo_context_set_state(context, KUBO_CONTEXT_NORMAL);
|
kubo_context_set_state(context, KUBO_CONTEXT_NORMAL);
|
||||||
|
break;
|
||||||
|
|
||||||
case KEY_W:
|
case KEY_W:
|
||||||
kubo_context_set_state(context, KUBO_CONTEXT_WALL_NEW);
|
kubo_context_set_state(context, KUBO_CONTEXT_WALL_NEW);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue