mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
No more custom lifetimelist in CarouselContainer
This commit is contained in:
@ -18,10 +18,6 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
|
||||
public bool IsOnScreen;
|
||||
|
||||
public override bool IsAlive => IsOnScreen && base.IsAlive;
|
||||
|
||||
private Container nestedContainer;
|
||||
|
||||
protected override Container<Drawable> Content => nestedContainer;
|
||||
|
Reference in New Issue
Block a user