mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 03:30:03 +08:00
Revert "Show only the break length instead of total minute breaks"
This reverts commit 9edaa6909e.
This commit is contained in:
@@ -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(),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user