Merge branch 'turn-on-warnings' into profile-header-update

This commit is contained in:
smoogipoo
2019-04-25 17:43:10 +09:00
145 changed files with 1269 additions and 612 deletions

View File

@ -79,7 +79,7 @@ namespace osu.Game.Screens.Multi
[BackgroundDependencyLoader]
private void load(OsuColour colours)
{
Title = "multiplayer";
Title = "multi";
Icon = OsuIcon.Multi;
AccentColour = colours.Yellow;
}