merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
Showing only changes of commit a6c8cc33f4 - Show all commits

View File

@@ -130,6 +130,8 @@ public void selectCard(CardControl cardControl) {
} }
cardControl.select(); cardControl.select();
cardSelect = getKeyByValue(bonusCardControlMap, cardControl); cardSelect = getKeyByValue(bonusCardControlMap, cardControl);
app.getModelSynchronize().selectCard(cardSelect);
} }
} }