Move BPM out of OnlineInfo

This commit is contained in:
iiSaLMaN
2019-07-07 20:11:44 +03:00
parent 6ee10640e3
commit 3ea9629daf
10 changed files with 14 additions and 20 deletions

View File

@ -158,7 +158,7 @@ namespace osu.Game.Tournament.Components
return;
}
var bpm = beatmap.BeatmapSet.OnlineInfo.BPM;
var bpm = beatmap.BeatmapSet.BPM;
var length = beatmap.OnlineInfo.Length;
string hardRockExtra = "";
string srExtra = "";