mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00:00
Add masking around ladder view
This commit is contained in:
parent
2f772abea6
commit
ac6a103721
@ -41,6 +41,7 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
InternalChild = Content = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Masking = true,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new TourneyVideo("ladder")
|
||||
|
Loading…
Reference in New Issue
Block a user