No more custom lifetimelist in CarouselContainer

This commit is contained in:
Thomas Müller
2017-03-04 08:54:14 +01:00
parent 3c714fe056
commit a97a7f1024
2 changed files with 41 additions and 81 deletions

View File

@ -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;