Privatise OnJudgements as much as possible

This commit is contained in:
smoogipoo
2018-01-16 15:37:32 +09:00
parent 976f7cec39
commit c309cc9454
5 changed files with 8 additions and 8 deletions

View File

@ -192,7 +192,7 @@ namespace osu.Game.Rulesets.Mania.UI
}
}
public void OnJudgement(DrawableHitObject judgedObject, Judgement judgement)
internal void OnJudgement(DrawableHitObject judgedObject, Judgement judgement)
{
judgements.Clear();
judgements.Add(new DrawableManiaJudgement(judgement)