mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:22:54 +08:00
Delete extra semicolon
This commit is contained in:
parent
50c47568e4
commit
415f180261
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user