1
0
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:
Bartłomiej Dach 2023-07-25 22:17:55 +02:00
parent 9edaa6909e
commit 3b11559fd0
No known key found for this signature in database

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(),
}),