diff --git a/osu.Game/Graphics/UserInterface/StarCounter.cs b/osu.Game/Graphics/UserInterface/StarCounter.cs index 13300f1d4b..5c355d06d6 100644 --- a/osu.Game/Graphics/UserInterface/StarCounter.cs +++ b/osu.Game/Graphics/UserInterface/StarCounter.cs @@ -63,7 +63,7 @@ namespace osu.Game.Graphics.UserInterface { Anchor = Anchor.CentreLeft, Origin = Anchor.CentreLeft, - Width = MaxStars * StarSize, + Width = MaxStars * StarSize + Math.Max(MaxStars - 1, 0) * StarSpacing, Height = StarSize, } };