1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 21:43:04 +08:00
This commit is contained in:
Dean Herbert 2016-11-08 18:33:31 +09:00
parent c36b54b35a
commit a851d7b44f

View File

@ -12,7 +12,7 @@ namespace osu.Game.Overlays.Options
public class OptionsSideNav : Container
{
private FlowContainer content;
protected override Container Content => content;
protected override Container<Drawable> Content => content;
public OptionsSideNav()
{