mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Disable masking optimisations for scrolling hit objects
Lifetime is very tightly controlled here, so all should be okay.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user