mirror of
https://github.com/ppy/osu
synced 2024-12-27 01:12:45 +00:00
Show only the break length instead of total minute breaks
This commit is contained in:
parent
480163ec2e
commit
9edaa6909e
@ -371,7 +371,7 @@ namespace osu.Game.Screens.Select
|
||||
{
|
||||
new InfoLabel(new BeatmapStatistic
|
||||
{
|
||||
Name = $"Length (Drain: {playableBeatmap.CalculateDrainLength().ToFormattedDuration().ToString()})",
|
||||
Name = $"Length (Breaks: {playableBeatmap.TotalBreakTime.ToFormattedDuration().ToString()})",
|
||||
CreateIcon = () => new BeatmapStatisticIcon(BeatmapStatisticsIconType.Length),
|
||||
Content = working.BeatmapInfo.Length.ToFormattedDuration().ToString(),
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user