Disable masking optimisations for scrolling hit objects

Lifetime is very tightly controlled here, so all should be okay.
This commit is contained in:
smoogipooo
2017-09-13 15:56:49 +09:00
parent 05ac23f99a
commit d83a2d4dc6
3 changed files with 3 additions and 0 deletions

View File

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