1
0
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:
Dean Herbert 2017-04-18 22:07:47 +09:00
parent a0d9c14526
commit 49f4981f1c
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
3 changed files with 2 additions and 4 deletions

View File

@ -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
{

View File

@ -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
{

View File

@ -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,