Allow adjusting mouse sensitivity at 0.01 increments

This commit is contained in:
Dean Herbert 2017-06-05 20:22:39 +09:00
parent 55d8b8b5f5
commit 09e075e3fb

View File

@ -102,6 +102,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
public SensitivitySlider()
{
KeyboardStep = 0.01f;
Current.ValueChanged += newValue =>
{
if (!isDragging && Sensitivity != null)