mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Fix CI issues.
This commit is contained in:
@ -189,7 +189,7 @@ namespace osu.Game.Screens.Ranking
|
||||
},
|
||||
new SpriteText
|
||||
{
|
||||
Text = $"max combo",
|
||||
Text = "max combo",
|
||||
TextSize = 20,
|
||||
RelativePositionAxes = Axes.X,
|
||||
X = 0.1f,
|
||||
@ -210,7 +210,7 @@ namespace osu.Game.Screens.Ranking
|
||||
},
|
||||
new SpriteText
|
||||
{
|
||||
Text = $"accuracy",
|
||||
Text = "accuracy",
|
||||
TextSize = 20,
|
||||
RelativePositionAxes = Axes.X,
|
||||
X = 0.9f,
|
||||
|
Reference in New Issue
Block a user