1
0
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:
Bartłomiej Dach
2023-07-25 22:17:55 +02:00
Unverified
parent 9edaa6909e
commit 3b11559fd0
+1 -1
View File
@@ -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(),
}),