mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 23:47:24 +08:00
move another thing to LoadComplete instead of the constructor
This commit is contained in:
parent
bb8374b4fe
commit
acc9b20b0f
@ -116,12 +116,12 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
|
||||
public class ScoreFlowContainer : Container<DrawableScore>
|
||||
{
|
||||
private readonly FillFlowContainer<DrawableScore> scores;
|
||||
private readonly OsuClickableContainer showMoreText;
|
||||
private FillFlowContainer<DrawableScore> scores;
|
||||
private OsuClickableContainer showMoreText;
|
||||
|
||||
protected override Container<DrawableScore> Content => scores;
|
||||
|
||||
public ScoreFlowContainer()
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
InternalChild = new FillFlowContainer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user