mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:52:55 +08:00
CI fixes
This commit is contained in:
parent
4699a44608
commit
581689a84d
@ -7,7 +7,6 @@ using System.Collections.Generic;
|
||||
using osu.Game.Beatmaps.Timing;
|
||||
using OpenTK;
|
||||
using osu.Framework.Graphics.Shapes;
|
||||
using OpenTK.Graphics;
|
||||
using osu.Game.Graphics.Sprites;
|
||||
using System;
|
||||
using osu.Framework.Timing;
|
||||
@ -146,7 +145,7 @@ namespace osu.Game.Screens.Play
|
||||
Origin = Anchor.TopCentre,
|
||||
Anchor = Anchor.TopCentre,
|
||||
Direction = FillDirection.Vertical,
|
||||
Children = new InfoLine[]
|
||||
Children = new []
|
||||
{
|
||||
new InfoLine(@"Accuracy", @"88.54%"),
|
||||
new InfoLine(@"Rank", @"#6584"),
|
||||
|
Loading…
Reference in New Issue
Block a user