mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 11:23:40 +08:00
Fix default mouse sensitivity not reverting correctly
This commit is contained in:
@@ -93,6 +93,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
|
||||
// this bindable will still act as the "interactive" bindable displayed during a drag.
|
||||
base.Bindable = new BindableDouble(doubleValue.Value)
|
||||
{
|
||||
Default = doubleValue.Default,
|
||||
MinValue = doubleValue.MinValue,
|
||||
MaxValue = doubleValue.MaxValue
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user