mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Always recrusively apply custom sequence to nested hitobjects
This commit is contained in:
@ -246,6 +246,7 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
|
||||
h.OnJudgement += (d, j) => OnJudgement?.Invoke(d, j);
|
||||
h.OnJudgementRemoved += (d, j) => OnJudgementRemoved?.Invoke(d, j);
|
||||
h.ApplyCustomUpdateState += (d, s) => ApplyCustomUpdateState?.Invoke(d, s);
|
||||
nestedHitObjects.Add(h);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user