diff --git a/src/input.c b/src/input.c index 7f13389..16ee421 100644 --- a/src/input.c +++ b/src/input.c @@ -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;