mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-24 06:41:46 +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");
|
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…
Reference in a new issue