mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 07:32:55 +08:00
Make JudgementLine private
This commit is contained in:
parent
dfccc60361
commit
fc813347ac
@ -248,7 +248,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
|
||||
|
||||
private float getRelativeJudgementPosition(double value) => (float)((value / maxHitWindow) + 1) / 2;
|
||||
|
||||
public class JudgementLine : CompositeDrawable
|
||||
private class JudgementLine : CompositeDrawable
|
||||
{
|
||||
private const int judgement_fade_duration = 10000;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user