Skip to content

Commit

Permalink
fix #158 msg_quit not working
Browse files Browse the repository at this point in the history
  • Loading branch information
laamaa committed Jul 8, 2024
1 parent 1c4f2b9 commit db82a82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ void handle_sdl_events(config_params_s *conf) {
if (event.type == SDL_KEYDOWN) {
keycode = key.value;
} else {
key.value = 0;
keycode = 0;
}
break;
Expand Down

0 comments on commit db82a82

Please sign in to comment.