mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Add basic pooling setup
This commit is contained in:
@ -43,8 +43,6 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
.ForEach(AddChild);
|
||||
}
|
||||
|
||||
public override DrawableCarouselItem CreateDrawableRepresentation() => new DrawableCarouselBeatmapSet(this);
|
||||
|
||||
protected override CarouselItem GetNextToSelect()
|
||||
{
|
||||
if (LastSelected == null)
|
||||
|
Reference in New Issue
Block a user