1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 22:00:51 +08:00

Remove attempted proxying logic in mania implementation

This commit is contained in:
Dean Herbert
2022-10-16 00:05:27 +09:00
committed by GitHub
Unverified
parent dd372c4d19
commit cdea4f8796
@@ -98,7 +98,7 @@ namespace osu.Game.Rulesets.Mania.Skinning.Argon
ringExplosion?.PlayAnimation();
}
public Drawable? GetAboveHitObjectsProxiedContent() => JudgementText;
public Drawable? GetAboveHitObjectsProxiedContent() => null;
private class RingExplosion : CompositeDrawable
{