merge the new developmentbranch into the test branch #39

Closed
j23f0712 wants to merge 431 commits from development2 into dev/test
194 changed files with 10659 additions and 1929 deletions
Showing only changes of commit a6c8cc33f4 - Show all commits

View File

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