mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix CI issues.
This commit is contained in:
parent
a0d9c14526
commit
49f4981f1c
@ -9,7 +9,6 @@ using osu.Game.Rulesets.Judgements;
|
||||
using osu.Game.Rulesets.Objects;
|
||||
using osu.Game.Rulesets.UI;
|
||||
using osu.Game.Rulesets.Objects.Drawables;
|
||||
using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Rulesets.Scoring
|
||||
{
|
||||
|
@ -22,7 +22,6 @@ using System.Linq;
|
||||
using osu.Framework.Threading;
|
||||
using osu.Game.Rulesets.Scoring;
|
||||
using osu.Game.Screens.Ranking;
|
||||
using osu.Game.Users;
|
||||
|
||||
namespace osu.Game.Screens.Play
|
||||
{
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user