mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 09:27:29 +08:00
fix compile
This commit is contained in:
parent
f649fa106f
commit
1c75357d77
@ -53,13 +53,14 @@ namespace osu.Game.Tournament.Screens.Editors
|
||||
|
||||
ScrollContent.Add(grid = new RectangularPositionSnapGrid
|
||||
{
|
||||
Spacing = new Vector2(GRID_SPACING),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
BypassAutoSizeAxes = Axes.Both,
|
||||
Depth = float.MaxValue
|
||||
});
|
||||
|
||||
grid.Spacing.Value = new Vector2(GRID_SPACING);
|
||||
|
||||
LadderInfo.Matches.CollectionChanged += (_, _) => updateMessage();
|
||||
updateMessage();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user