rewriting

This commit is contained in:
Jérôme BEDIER 2025-05-06 14:41:09 +02:00
parent d6649befbe
commit 514b5dce5e
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ public class Board {
public void cleanBoard() {
this.board = new Piece[width][height]; // should work ?
//this.isTurnWhite = true;
} // healp
}
public String toString() {
StringBuilder sb = new StringBuilder();