mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 11:02:54 +08:00
Fix hidden mod crash
This commit is contained in:
parent
feabca860b
commit
1e05fd48e2
@ -28,10 +28,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public override void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
public override void ApplyToDrawableHitObjects(IEnumerable<DrawableHitObject> drawables)
|
||||||
{
|
{
|
||||||
foreach (var d in drawables)
|
foreach (var d in drawables)
|
||||||
{
|
|
||||||
d.HitObjectApplied += applyFadeInAdjustment;
|
d.HitObjectApplied += applyFadeInAdjustment;
|
||||||
applyFadeInAdjustment(d);
|
|
||||||
}
|
|
||||||
|
|
||||||
base.ApplyToDrawableHitObjects(drawables);
|
base.ApplyToDrawableHitObjects(drawables);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user