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
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ private void load()
new SettingsSlider<double, TimeSlider>
{
LabelText = "Scroll speed",
TransferValueOnCommit = true,
Bindable = config.GetBindable<double>(ManiaSetting.ScrollTime)
},
};