Fix card select issue
This commit is contained in:
		@@ -130,9 +130,9 @@ public void selectCard(CardControl cardControl) {
 | 
			
		||||
            }
 | 
			
		||||
            cardControl.select();
 | 
			
		||||
            cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
 | 
			
		||||
 | 
			
		||||
            app.getModelSynchronize().selectCard(cardSelect);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        app.getModelSynchronize().selectCard(cardSelect);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public Camera getCardLayerCamera() {
 | 
			
		||||
 
 | 
			
		||||
@@ -70,6 +70,7 @@ public void onLeave() {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        confirmButton.hide();
 | 
			
		||||
        noPowerButton.hide();
 | 
			
		||||
 | 
			
		||||
        app.getViewPort().removeProcessor(fpp);
 | 
			
		||||
    }
 | 
			
		||||
@@ -124,7 +125,7 @@ public void noConfirm() {
 | 
			
		||||
 | 
			
		||||
    public void needNoPower() {
 | 
			
		||||
        confirmButton.hide();
 | 
			
		||||
        noPowerButton.hide();
 | 
			
		||||
        noPowerButton.show();
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    public void noNoPower() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user