fix my broken fix

i'm rarted
This commit is contained in:
BenCat07 2019-10-22 21:59:30 +02:00
parent 3378db9552
commit add615e2e1

View File

@ -74,7 +74,7 @@ public:
void key(SDL_Keycode key)
{
Key k{};
k.keycode = SDL_GetScancodeFromKey(key);
k.keycode = key;
setInternal(k);
}