Return BPM back to OnlineInfo

Revert commit of "Move BPM out of OnlineInfo"
This commit is contained in:
iiSaLMaN
2019-07-08 09:10:41 +03:00
parent d874574612
commit 90d5484818
9 changed files with 19 additions and 13 deletions

View File

@ -35,11 +35,6 @@ namespace osu.Game.Beatmaps
[NotMapped]
public BeatmapSetMetrics Metrics { get; set; }
/// <summary>
/// The beats per minute of this beatmap set's song.
/// </summary>
public double BPM { get; set; }
public double MaxStarDifficulty => Beatmaps?.Max(b => b.StarDifficulty) ?? 0;
public double MaxLength => Beatmaps?.Max(b => b.Length) ?? 0;