mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 05:53:10 +08: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
|
InternalChild = Content = new Container
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Masking = true,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new TourneyVideo("ladder")
|
new TourneyVideo("ladder")
|
||||||
|
Loading…
Reference in New Issue
Block a user