resolve double SDLK_i

This commit is contained in:
whitesnakeftw 2026-03-04 01:17:33 +01:00
parent 0a4e10022e
commit 1f5339ed4f

View file

@ -529,7 +529,7 @@ sc_input_manager_process_key(struct sc_input_manager *im,
sc_screen_resize_to_pixel_perfect(im->screen);
}
return;
case SDLK_i:
case SDLK_q:
if (video && !shift && !repeat && down) {
switch_fps_counter_state(im);
}