isselected
This commit is contained in:
parent
238a74eed4
commit
6e547c1743
|
|
@ -157,7 +157,7 @@ public class Board {
|
||||||
|
|
||||||
public boolean isSelected(int x, int y) {
|
public boolean isSelected(int x, int y) {
|
||||||
//TODO
|
//TODO
|
||||||
return false;
|
return selectedX != null && selectedY != null && selectedX == x && selectedY == y;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* saving-loading feature :*/
|
/* saving-loading feature :*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue