mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
fix sorting param
This commit is contained in:
parent
580fcb53ce
commit
37daa1bdc4
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ void HandZone::sortHand()
|
|||
if (cards.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
cards.sortBy({CardList::SortByType, CardList::SortByName});
|
||||
cards.sortBy({CardList::SortByMainType, CardList::SortByName});
|
||||
reorganizeCards();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue