1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 08:12:56 +08:00

Remove unnecessary check

This commit is contained in:
smoogipoo 2021-05-10 16:40:06 +09:00
parent 97e72849af
commit fa872858b5

View File

@ -29,7 +29,6 @@ namespace osu.Game.Screens.Play.HUD.HitErrorMeters
{
base.LoadComplete();
if (processor != null)
processor.NewJudgement += onNewJudgement;
}