move shared stuff between MostPlayedBeatmapDrawable and DrawableScore to DrawableBeatmapRow

This commit is contained in:
jorolf
2017-11-26 21:52:35 +01:00
parent 6b3347d6ac
commit 02fa1f9dd6
6 changed files with 213 additions and 219 deletions

View File

@ -18,7 +18,7 @@ namespace osu.Game.Overlays.Profile.Sections.Ranks
[BackgroundDependencyLoader]
private void load()
{
Stats.Add(new OsuSpriteText
RightFlowContainer.Add(new OsuSpriteText
{
Text = Score.TotalScore.ToString("#,###"),
Anchor = Anchor.TopRight,