mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Don't show default judgements in front of objects for now
This commit is contained in:
@ -70,6 +70,6 @@ namespace osu.Game.Rulesets.Judgements
|
||||
this.FadeOutFromOne(800);
|
||||
}
|
||||
|
||||
public Drawable GetAboveHitObjectsProxiedContent() => this.CreateProxy();
|
||||
public Drawable GetAboveHitObjectsProxiedContent() => null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user