mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 08:22:56 +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:
commit
80f7d5a0a3
@ -10,7 +10,7 @@ namespace osu.Game.Tournament.Screens.Showcase
|
|||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
AddInternal(new TournamentLogo());
|
AddInternal(new TournamentLogo(false));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -45,7 +45,7 @@ namespace osu.Game.Tournament.Screens.TeamWin
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Loop = true,
|
Loop = true,
|
||||||
},
|
},
|
||||||
new TournamentLogo
|
new TournamentLogo(false)
|
||||||
{
|
{
|
||||||
Y = 40,
|
Y = 40,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user