mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Tidy up string output
This commit is contained in:
@ -37,8 +37,8 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
ControlPoint.BindValueChanged(point =>
|
||||
{
|
||||
bank.Text = $"Bank: {point.NewValue?.SampleBank}";
|
||||
volume.Text = $"Volume: {point.NewValue?.SampleVolume}";
|
||||
volume.Text = $"Volume: {point.NewValue?.SampleVolume}%";
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user