mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Tidy up string output
This commit is contained in:
@ -25,7 +25,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
|
||||
ControlPoint.BindValueChanged(point =>
|
||||
{
|
||||
bpm.Text = $"BPM: {point.NewValue?.BeatLength}";
|
||||
bpm.Text = $"BPM: {point.NewValue?.BPM:0.##}";
|
||||
timeSignature.Text = $"Signature: {point.NewValue?.TimeSignature}";
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user