1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 19:42:55 +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
parent dd372c4d19
commit cdea4f8796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{