mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Run child updates for nested hitobjects when parent hitobjects are masked
This commit is contained in:
@ -36,6 +36,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
public override bool RemoveCompletedTransforms => false;
|
||||
public override bool RemoveWhenNotAlive => false;
|
||||
protected override bool RequiresChildrenUpdate => true;
|
||||
|
||||
protected DrawableHitObject(HitObject hitObject)
|
||||
{
|
||||
|
Reference in New Issue
Block a user