fixxed color
This commit is contained in:
parent
486a604375
commit
b5b0c1c186
|
|
@ -25,7 +25,7 @@ public class Piece {
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isWhite() {
|
public boolean isWhite() {
|
||||||
return false;
|
return pieceColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue