Rename BeatmapCard{ => Normal}

This commit is contained in:
Bartłomiej Dach
2021-12-21 08:25:52 +01:00
parent 2707b2fbda
commit 88d4e95ad8
6 changed files with 14 additions and 14 deletions

View File

@ -61,7 +61,7 @@ namespace osu.Game.Overlays.Profile.Sections.Beatmaps
new GetUserBeatmapsRequest(User.Value.Id, type, VisiblePages++, ItemsPerPage);
protected override Drawable CreateDrawableItem(APIBeatmapSet model) => model.OnlineID > 0
? new BeatmapCard(model)
? new BeatmapCardNormal(model)
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,