Fix warnings

This commit is contained in:
Dean Herbert
2019-02-28 18:58:52 +09:00
parent 5b53cf0961
commit d10ad3c8a7
3 changed files with 1 additions and 2 deletions

View File

@ -75,6 +75,7 @@ namespace osu.Game.Screens.Edit
fileMenuItems.Add(new EditorMenuItem("Export", MenuItemType.Standard, exportBeatmap));
fileMenuItems.Add(new EditorMenuItemSpacer());
}
fileMenuItems.Add(new EditorMenuItem("Exit", MenuItemType.Standard, this.Exit));
InternalChildren = new[]