Add missing space after "CS"

This commit is contained in:
Dean Herbert 2018-11-18 12:38:48 +09:00
parent 06b08cd82d
commit 256d11620f

View File

@ -188,7 +188,7 @@ namespace osu.Game.Tournament.Components
},
new OsuSpriteText
{
Text = $"CS{beatmap.BaseDifficulty.CircleSize:0.#} / AR {ar:0.#}{extra}",
Text = $"CS {beatmap.BaseDifficulty.CircleSize:0.#} / AR {ar:0.#}{extra}",
Margin = new MarginPadding { Horizontal = 15, Vertical = 5 },
Colour = OsuColour.Gray(0.33f),
Anchor = Anchor.TopRight,