mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 15:43:21 +08:00
Don't use TransferValueOnCommit
This commit is contained in:
parent
0d814c5cdd
commit
67331039ef
@ -34,7 +34,6 @@ namespace osu.Game.Rulesets.Mania
|
|||||||
new SettingsSlider<double, TimeSlider>
|
new SettingsSlider<double, TimeSlider>
|
||||||
{
|
{
|
||||||
LabelText = "Scroll speed",
|
LabelText = "Scroll speed",
|
||||||
TransferValueOnCommit = true,
|
|
||||||
Bindable = config.GetBindable<double>(ManiaSetting.ScrollTime)
|
Bindable = config.GetBindable<double>(ManiaSetting.ScrollTime)
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user