From acc9b20b0f32ade24a06b62438f275820ddde69c Mon Sep 17 00:00:00 2001 From: Jorolf Date: Wed, 9 Aug 2017 22:37:05 +0200 Subject: [PATCH] move another thing to LoadComplete instead of the constructor --- osu.Game/Overlays/Profile/Sections/RanksSection.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/osu.Game/Overlays/Profile/Sections/RanksSection.cs b/osu.Game/Overlays/Profile/Sections/RanksSection.cs index e7c32f76e4..2d8da5b1f0 100644 --- a/osu.Game/Overlays/Profile/Sections/RanksSection.cs +++ b/osu.Game/Overlays/Profile/Sections/RanksSection.cs @@ -116,12 +116,12 @@ namespace osu.Game.Overlays.Profile.Sections public class ScoreFlowContainer : Container { - private readonly FillFlowContainer scores; - private readonly OsuClickableContainer showMoreText; + private FillFlowContainer scores; + private OsuClickableContainer showMoreText; protected override Container Content => scores; - public ScoreFlowContainer() + protected override void LoadComplete() { InternalChild = new FillFlowContainer {