mirror of https://github.com/ppy/osu
ApplyToDrawableHitObjects should be able to get all the hitobject in nasted Playfield
This commit is contained in:
parent
8da65fc909
commit
6126fd9a6b
|
@ -224,7 +224,7 @@ private void loadObjects(CancellationToken? cancellationToken)
|
|||
Playfield.PostProcess();
|
||||
|
||||
foreach (var mod in mods.OfType<IApplicableToDrawableHitObjects>())
|
||||
mod.ApplyToDrawableHitObjects(Playfield.HitObjectContainer.Objects);
|
||||
mod.ApplyToDrawableHitObjects(Playfield.AllHitObjects);
|
||||
}
|
||||
|
||||
public override void RequestResume(Action continueResume)
|
||||
|
|
Loading…
Reference in New Issue