mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Update parameter discards
This commit is contained in:
@ -70,7 +70,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
Current.TriggerChange();
|
||||
};
|
||||
|
||||
Current.BindValueChanged(val =>
|
||||
Current.BindValueChanged(_ =>
|
||||
{
|
||||
decimal decimalValue = slider.Current.Value.ToDecimal(NumberFormatInfo.InvariantInfo);
|
||||
textBox.Text = decimalValue.ToString($@"N{FormatUtils.FindPrecision(decimalValue)}");
|
||||
|
Reference in New Issue
Block a user