Remove various scrolling container optimisations (removing when not alive).

This commit is contained in:
smoogipooo
2017-08-09 16:19:09 +09:00
parent ef29d9c093
commit d83c218e08
4 changed files with 15 additions and 8 deletions

View File

@ -32,6 +32,8 @@ namespace osu.Game.Rulesets.Objects.Drawables
}
}
public override bool RemoveWhenNotAlive => false;
protected DrawableScrollingHitObject(TObject hitObject)
: base(hitObject)
{