mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +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>
|
||||
{
|
||||
LabelText = "Scroll speed",
|
||||
TransferValueOnCommit = true,
|
||||
Bindable = config.GetBindable<double>(ManiaSetting.ScrollTime)
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user