mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09:00
Add change handling for difficulty section
This commit is contained in:
@ -28,6 +28,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
if (point.NewValue != null)
|
if (point.NewValue != null)
|
||||||
{
|
{
|
||||||
multiplierSlider.Current = point.NewValue.SpeedMultiplierBindable;
|
multiplierSlider.Current = point.NewValue.SpeedMultiplierBindable;
|
||||||
|
multiplierSlider.Current.BindValueChanged(_ => ChangeHandler?.SaveState());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user