Make it display by default.

This commit is contained in:
smoogipooo
2017-02-27 23:38:29 +09:00
parent fc33bf4761
commit 44f3dfa3fe
2 changed files with 9 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace osu.Game.Screens.Tournament
public class Drawings : OsuScreen
{
protected override BackgroundScreen CreateBackground() => new BackgroundScreenDefault();
internal override bool ShowOverlays => false;
private ScrollingTeamContainer teamsContainer;
private GroupsContainer groupsContainer;