mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-23 14:21:57 +00:00
[client] main: fix errornous double keybind registration
This commit is contained in:
parent
30ea57c644
commit
ecfcf11c05
2 changed files with 1 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
a12-125-gc4001c727a+1
|
||||
a12-126-g30ea57c644+1
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue