1
0
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:
Dean Herbert 2019-01-25 12:53:30 +09:00 committed by GitHub
parent 0d814c5cdd
commit 67331039ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,6 @@ namespace osu.Game.Rulesets.Mania
new SettingsSlider<double, TimeSlider>
{
LabelText = "Scroll speed",
TransferValueOnCommit = true,
Bindable = config.GetBindable<double>(ManiaSetting.ScrollTime)
},
};