1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 09:47:24 +08:00

change stuff. (idk what exactly)

This commit is contained in:
Shin Morisawa 2024-11-14 06:54:29 +09:00
parent 85d292ae57
commit 7e96ae6da4
No known key found for this signature in database
GPG Key ID: 62E23861D492B078

View File

@ -146,7 +146,7 @@ namespace osu.Game.Beatmaps.Drawables
approachRate.Text = @" AR: " + adjustedDifficulty.ApproachRate.ToString(@"0.##");
overallDifficulty.Text = @" OD: " + adjustedDifficulty.OverallDifficulty.ToString(@"0.##");
length.Text = "Length: " + TimeSpan.FromMilliseconds(displayedContent.BeatmapInfo.Length / rate).ToString(@"mm\:ss");
length.Text = "Length: " + TimeSpan.FromMilliseconds(displayedContent.BeatmapInfo.Length / rate).ToString(@"hh\:mm\:ss");
bpm.Text = " BPM: " + Math.Round(bpmAdjusted, 0);
}