sdlwindow: Fix warning on fallthru

This commit is contained in:
Joshua Ashton 2023-09-28 21:20:27 +01:00
parent 52b1af6c36
commit e42826f48d

View file

@ -236,6 +236,7 @@ void inputSDLThreadRun( void )
break;
}
}
[[fallthrough]];
case SDL_KEYUP:
key = SDLScancodeToLinuxKey( event.key.keysym.scancode );