fixed buck
This commit is contained in:
@@ -123,7 +123,7 @@ public void onAction(String name, boolean isPressed, float tpf) {
|
||||
if (cardLayerSelect.isSelectable()) gameView.getGuiHandler().selectCard(cardLayerSelect);
|
||||
} else if (boardSelect != null) {
|
||||
//boardSelect
|
||||
gameView.getBoardHandler().pieceSelect(boardSelect);
|
||||
if (boardSelect.isSelectable()) gameView.getBoardHandler().pieceSelect(boardSelect);
|
||||
} else {
|
||||
//both null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user