mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 10:33:07 +08:00
Add missing space after "CS"
This commit is contained in:
parent
06b08cd82d
commit
256d11620f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user