1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:02:54 +08:00

Don't show default judgements in front of objects for now

This commit is contained in:
Dean Herbert 2020-11-20 16:30:58 +09:00
parent a00e0d7279
commit 53b6d90ab4

View File

@ -70,6 +70,6 @@ namespace osu.Game.Rulesets.Judgements
this.FadeOutFromOne(800);
}
public Drawable GetAboveHitObjectsProxiedContent() => this.CreateProxy();
public Drawable GetAboveHitObjectsProxiedContent() => null;
}
}