mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-12-22 22:01:46 +00:00
[client] fix missing release_key_binds for mouse sensitivity bindings
This commit is contained in:
parent
e3cbdd18a0
commit
243efcd51a
2 changed files with 3 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-178-g4758caa772+1
|
||||
B1-180-ge3cbdd18a0+1
|
|
@ -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 a new issue