Changes in line with framework

This commit is contained in:
Dean Herbert
2017-09-07 20:36:32 +09:00
parent b98346c79f
commit 41398f57d6
2 changed files with 3 additions and 6 deletions

View File

@ -18,8 +18,8 @@ namespace osu.Game.Graphics.UserInterface
{
public class OsuMenu : Menu
{
public OsuMenu(Direction direction)
: base(direction)
public OsuMenu(Direction direction, bool topLevelMenu = false)
: base(direction, topLevelMenu)
{
BackgroundColour = Color4.Black.Opacity(0.5f);