mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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.kbFS);
|
||||||
app_release_keybind(&state.kbInput);
|
app_release_keybind(&state.kbInput);
|
||||||
app_release_keybind(&state.kbQuit);
|
app_release_keybind(&state.kbQuit);
|
||||||
|
app_release_keybind(&state.kbMouseSensInc);
|
||||||
|
app_release_keybind(&state.kbMouseSensDec);
|
||||||
for(int i = 0; i < 12; ++i)
|
for(int i = 0; i < 12; ++i)
|
||||||
app_release_keybind(&state.kbCtrlAltFn[i]);
|
app_release_keybind(&state.kbCtrlAltFn[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user