removing isHiglighted called in user touch
This commit is contained in:
parent
75cfb15bfd
commit
f14ed809e5
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue