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:
@ -10,7 +10,7 @@ namespace osu.Game.Tournament.Screens.Showcase
|
||||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AddInternal(new TournamentLogo());
|
||||
AddInternal(new TournamentLogo(false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user