mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 08:52:55 +08:00
Temporary placement inside results screen
This commit is contained in:
parent
808e216059
commit
e7687a0927
@ -16,6 +16,7 @@ using osu.Game.Online.API;
|
||||
using osu.Game.Scoring;
|
||||
using osu.Game.Screens.Backgrounds;
|
||||
using osu.Game.Screens.Play;
|
||||
using osu.Game.Screens.Ranking.Statistics;
|
||||
using osuTK;
|
||||
|
||||
namespace osu.Game.Screens.Ranking
|
||||
@ -134,6 +135,11 @@ namespace osu.Game.Screens.Ranking
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
AddInternal(new StatisticsPanel(Score)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both
|
||||
});
|
||||
}
|
||||
|
||||
protected override void LoadComplete()
|
||||
|
Loading…
Reference in New Issue
Block a user