[client] main: fix errornous double keybind registration

This commit is contained in:
Geoffrey McRae
2019-03-29 02:08:16 +11:00
parent 30ea57c644
commit ecfcf11c05
2 changed files with 1 additions and 2 deletions

View File

@@ -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();