Merge pull request #849 from nullworks/lightcat
Fix #847 not working as intended
This commit is contained in:
commit
8280dc1d4a
@ -74,7 +74,7 @@ public:
|
||||
void key(SDL_Keycode key)
|
||||
{
|
||||
Key k{};
|
||||
k.keycode = SDL_GetScancodeFromKey(key);
|
||||
k.keycode = key;
|
||||
setInternal(k);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user