1
0
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:
smoogipoo 2020-06-16 17:49:43 +09:00
parent 808e216059
commit e7687a0927

View File

@ -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()