removing isHiglighted called in user touch

This commit is contained in:
hugomanipoud2 2025-05-20 19:12:25 +02:00
parent 75cfb15bfd
commit f14ed809e5
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ public class Board {
if(setSelectXY(x,y) == true) { // checks for pieces at the position x and y
selectX = x; //set select x to x
selectY = y; // same with y
isHighlighted(x,y);
}
}else { //if select x and y arent at their initial value (means that a piece is selected in the grid)