Make CreateContent a method again

This commit is contained in:
Andrei Zavatski
2019-12-27 06:36:41 +03:00
parent 2d167a5161
commit 04a4821a9f
3 changed files with 7 additions and 5 deletions

View File

@ -62,7 +62,7 @@ namespace osu.Game.Overlays.Profile
}
};
protected override Drawable CreateContent => new FillFlowContainer
protected override Drawable CreateContent() => new FillFlowContainer
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,