1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 23:53:02 +08:00

Fix logo masking not being applied correctly for showcase/win s… (#5349)

Fix logo masking not being applied correctly for showcase/win screens
This commit is contained in:
Dean Herbert 2019-07-13 11:31:32 +09:00 committed by GitHub
commit 80f7d5a0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -45,7 +45,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
RelativeSizeAxes = Axes.Both,
Loop = true,
},
new TournamentLogo
new TournamentLogo(false)
{
Y = 40,
},