diff --git a/src/video/quinn/SDL_quinnevents.c b/src/video/quinn/SDL_quinnevents.c index 3639421..606cf6f 100644 --- a/src/video/quinn/SDL_quinnevents.c +++ b/src/video/quinn/SDL_quinnevents.c @@ -252,7 +252,7 @@ void QUINN_PumpEvents(_THIS) { current_req_current = 0; } - quinn_process_input(); + quinn_process_input(0); } void QUINN_InitOSKeymap(_THIS)