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);
 | 
					                        if (cardLayerSelect.isSelectable()) gameView.getGuiHandler().selectCard(cardLayerSelect);
 | 
				
			||||||
                    } else if (boardSelect != null) {
 | 
					                    } else if (boardSelect != null) {
 | 
				
			||||||
                        //boardSelect
 | 
					                        //boardSelect
 | 
				
			||||||
                        gameView.getBoardHandler().pieceSelect(boardSelect);
 | 
					                        if (boardSelect.isSelectable()) gameView.getBoardHandler().pieceSelect(boardSelect);
 | 
				
			||||||
                    } else {
 | 
					                    } else {
 | 
				
			||||||
                        //both null
 | 
					                        //both null
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user