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 {