summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-28 21:14:10 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-01-28 21:14:13 +0100
commitb2bf666510ae7e4d4fa71f7ab2de4728a050ef3c (patch)
tree4bb30682f9afc8919e50c6ec660719ce720ef116 /src/utils
parent264be2108c51837fa92085f6c839e66aebbcfc9e (diff)
downloadmana-client-b2bf666510ae7e4d4fa71f7ab2de4728a050ef3c.tar.gz
mana-client-b2bf666510ae7e4d4fa71f7ab2de4728a050ef3c.tar.bz2
mana-client-b2bf666510ae7e4d4fa71f7ab2de4728a050ef3c.tar.xz
mana-client-b2bf666510ae7e4d4fa71f7ab2de4728a050ef3c.zip
Fixed crash due to SDL2 porting issue
SDL_GetKeyState used to return an array that is indexed by SDLKey, but its equivalant, SDL_GetKeyboardState, returns an array that is supposed to be indexed using SDL_Scancode.
Diffstat (limited to 'src/utils')
0 files changed, 0 insertions, 0 deletions