Remove direct drawable storage from carousel models

This commit is contained in:
Dean Herbert
2020-10-12 12:37:32 +09:00
parent b08e7ce1f5
commit a393bbe8f7
4 changed files with 5 additions and 40 deletions

View File

@ -28,7 +28,7 @@ namespace osu.Game.Screens.Select.Carousel
.ForEach(AddChild);
}
protected override DrawableCarouselItem CreateDrawableRepresentation() => new DrawableCarouselBeatmapSet(this);
public override DrawableCarouselItem CreateDrawableRepresentation() => new DrawableCarouselBeatmapSet(this);
protected override CarouselItem GetNextToSelect()
{