diff --git a/Program.cs b/Program.cs index a303574..742dbe1 100644 --- a/Program.cs +++ b/Program.cs @@ -548,7 +548,7 @@ public void DrawBoard(Token[,] board) { // déclaration de l'espacement du plateau - int playgroundSpacing = topSpacing + 3 + int playgroundSpacing = topSpacing + 3; for (int y = 0; y < board.GetLength(1); y++) for (int x = 0; x < board.GetLength(0); x++) {