mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 05:23:05 +08:00
Fix scroll speed slider defaulting to 0.01
This commit is contained in:
parent
04d133832f
commit
3b81ad4cbf
@ -56,7 +56,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
isRebinding = true;
|
isRebinding = true;
|
||||||
|
|
||||||
kiai.Current = newEffectPoint.KiaiModeBindable;
|
kiai.Current = newEffectPoint.KiaiModeBindable;
|
||||||
scrollSpeedSlider.Current = new BindableDouble
|
scrollSpeedSlider.Current = new BindableDouble(1)
|
||||||
{
|
{
|
||||||
MinValue = 0.01,
|
MinValue = 0.01,
|
||||||
MaxValue = 10,
|
MaxValue = 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user