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

@ -300,10 +300,7 @@ namespace osu.Game.Tests.Visual.SongSelect
},
Beatmaps = beatmaps,
DateAdded = DateTimeOffset.UtcNow,
OnlineInfo = new BeatmapSetOnlineInfo
{
BPM = bpm,
}
BPM = bpm,
};
}
}