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

@ -272,10 +272,7 @@ namespace osu.Game.Beatmaps
Beatmaps = new List<BeatmapInfo>(),
Metadata = beatmap.Metadata,
DateAdded = DateTimeOffset.UtcNow,
OnlineInfo = new BeatmapSetOnlineInfo
{
BPM = beatmap.ControlPointInfo.BPMMode,
}
BPM = beatmap.ControlPointInfo.BPMMode,
};
}