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

Make JudgementLine private

This commit is contained in:
smoogipoo 2019-08-30 19:54:36 +09:00
parent dfccc60361
commit fc813347ac

View File

@ -248,7 +248,7 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
private float getRelativeJudgementPosition(double value) => (float)((value / maxHitWindow) + 1) / 2; 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; private const int judgement_fade_duration = 10000;