mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Updates.
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user