Updated board class

This commit is contained in:
Lymeng LY 2025-05-09 11:00:58 +02:00
parent 301c3bb709
commit c014d969f1
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ public class Board {
//Deep copy highlighted positions
this.highlightedPositions = new ArrayList<>();
for (int[] pos : highlightedPositions) {
//TO BE DONE
}