1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 20:07:24 +08:00

Delete extra semicolon

This commit is contained in:
Andrei Zavatski 2019-08-19 22:53:28 +03:00
parent 50c47568e4
commit 415f180261

View File

@ -116,7 +116,7 @@ namespace osu.Game.Screens.Play.HitErrorDisplay
Colour = colours.Green,
Height = (float)((HitWindows.Good - HitWindows.Great) / (maxHitWindows * 2))
}
});;
});
if (HitWindows.Meh != 0)
bar.Add(new Box