mirror of https://github.com/ppy/osu
Fix logo masking not being applied correctly for showcase/win screens
This commit is contained in:
parent
e973af9e52
commit
08014b1b99
|
@ -10,7 +10,7 @@ public class ShowcaseScreen : BeatmapInfoScreen
|
|||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AddInternal(new TournamentLogo());
|
||||
AddInternal(new TournamentLogo(false));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -45,7 +45,7 @@ private void load(LadderInfo ladder, Storage storage)
|
|||
RelativeSizeAxes = Axes.Both,
|
||||
Loop = true,
|
||||
},
|
||||
new TournamentLogo
|
||||
new TournamentLogo(false)
|
||||
{
|
||||
Y = 40,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue