mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-04 09:44:16 +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");
|
||||
}
|
||||
|
||||
register_key_binds();
|
||||
const int ret = run();
|
||||
release_key_binds();
|
||||
|
||||
|
Reference in New Issue
Block a user