mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
[client] fix missing release_key_binds for mouse sensitivity bindings
This commit is contained in:
parent
e3cbdd18a0
commit
243efcd51a
@ -1158,6 +1158,8 @@ static void release_key_binds()
|
||||
app_release_keybind(&state.kbFS);
|
||||
app_release_keybind(&state.kbInput);
|
||||
app_release_keybind(&state.kbQuit);
|
||||
app_release_keybind(&state.kbMouseSensInc);
|
||||
app_release_keybind(&state.kbMouseSensDec);
|
||||
for(int i = 0; i < 12; ++i)
|
||||
app_release_keybind(&state.kbCtrlAltFn[i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user