mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 07:06:35 +09:00
Fix logo masking not being applied correctly for showcase/win screens
This commit is contained in:
@ -45,7 +45,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Loop = true,
|
||||
},
|
||||
new TournamentLogo
|
||||
new TournamentLogo(false)
|
||||
{
|
||||
Y = 40,
|
||||
},
|
||||
|
Reference in New Issue
Block a user