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