Merge branch 'master' into tournament-tools

# Conflicts:
#	osu.Game/Online/API/Requests/Responses/APIBeatmap.cs
#	osu.Game/OsuGameBase.cs
#	osu.Game/Overlays/ChatOverlay.cs
#	osu.Game/Screens/Menu/MainMenu.cs
#	osu.Game/Screens/Tournament/Drawings.cs
#	osu.Game/Screens/Tournament/Teams/DrawingsTeam.cs
#	osu.Game/osu.Game.csproj
#	osu.sln
This commit is contained in:
Dean Herbert
2019-02-02 18:29:20 +09:00
1439 changed files with 14749 additions and 7462 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Tournament.Screens.Showcase
[BackgroundDependencyLoader]
private void load(TextureStore textures)
{
Add(new TournamentLogo());
AddInternal(new TournamentLogo());
}
}
}