diff options
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/input.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/input.cc b/src/client/input.cc index aaf83fa..044ebc2 100644 --- a/src/client/input.cc +++ b/src/client/input.cc @@ -618,6 +618,7 @@ void frame(float seconds) if (core::application()->connected() && core::localcontrol()) { mouse_control = !console()->visible() && ((input_mousecontrol->value() > 0) || mouse_control_override); + core::localcontrol()->set_autolevel(!mouse_control); if (mouse_control) { // the mouse will not react if it is in the deadzone |