mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 08:36:28 +00:00
[client] main: fix errornous double keybind registration
This commit is contained in:
parent
30ea57c644
commit
ecfcf11c05
@ -1962,7 +1962,6 @@ int main(int argc, char * argv[])
|
|||||||
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
|
SDL_SetHint(SDL_HINT_GRAB_KEYBOARD, "1");
|
||||||
}
|
}
|
||||||
|
|
||||||
register_key_binds();
|
|
||||||
const int ret = run();
|
const int ret = run();
|
||||||
release_key_binds();
|
release_key_binds();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user