[client] app: replace old SDL_Scancode with int

This commit is contained in:
Geoffrey McRae
2021-01-26 02:41:10 +11:00
parent 3d03699cc8
commit e18f7d3365
4 changed files with 8 additions and 8 deletions

View File

@@ -1231,6 +1231,7 @@ static void lg_shutdown(void)
ivshmemClose(&g_state.shm);
// this must run last to ensure that we don't free any pointers still in use
app_releaseAllKeybinds();
SDL_Quit();