mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 17:10:12 +08:00
Delete extra semicolon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user