mirror of
https://github.com/ppy/osu.git
synced 2026-06-04 04:53:38 +08:00
fix compile
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user