mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[client] main: fix errornous double keybind registration
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user