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:
parent
a00e0d7279
commit
53b6d90ab4
@ -70,6 +70,6 @@ namespace osu.Game.Rulesets.Judgements
|
||||
this.FadeOutFromOne(800);
|
||||
}
|
||||
|
||||
public Drawable GetAboveHitObjectsProxiedContent() => this.CreateProxy();
|
||||
public Drawable GetAboveHitObjectsProxiedContent() => null;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user