mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Menu System: Fix mouse sensitivity slider not working.
This commit is contained in:
parent
a7caa7b63c
commit
27dd91a18d
1 changed files with 1 additions and 1 deletions
|
@ -997,7 +997,7 @@ OptionMenu "MouseOptions" //protected
|
|||
Option "$MOUSEMNU_SHOWBACKBUTTON", "m_show_backbutton", "Corners", "use_mouse"
|
||||
// todo Option "$MOUSEMNU_CURSOR", "vid_cursor", "Cursors"
|
||||
StaticText ""
|
||||
Slider "$MOUSEMNU_SENSITIVITY", "mouse_sensitivity", 0.5, 2.5, 0.1
|
||||
Slider "$MOUSEMNU_SENSITIVITY", "in_mousesensitivity", 0.5, 2.5, 0.1
|
||||
Option "$MOUSEMNU_NOPRESCALE", "m_noprescale", "NoYes"
|
||||
Option "$MOUSEMNU_SMOOTHMOUSE", "in_mousesmoothing", "YesNo"
|
||||
StaticText ""
|
||||
|
|
Loading…
Reference in a new issue