mirror of
https://github.com/ppy/osu.git
synced 2025-03-04 00:02:54 +08:00
Display paths underneath matches
This commit is contained in:
parent
cddc7f74d4
commit
36e1517197
@ -30,8 +30,8 @@ namespace osu.Game.Tournament.Screens.Ladder
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
pairingsContainer = new Container<DrawableMatchPairing> { RelativeSizeAxes = Axes.Both },
|
||||
paths = new Container<Path> { RelativeSizeAxes = Axes.Both },
|
||||
pairingsContainer = new Container<DrawableMatchPairing> { RelativeSizeAxes = Axes.Both },
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user