mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
sideboarding bug fix
This commit is contained in:
parent
6cebad2513
commit
f6849ff02b
3 changed files with 7 additions and 7 deletions
|
|
@ -584,10 +584,8 @@ QStringList CardDatabase::getAllMainCardTypes() const
|
|||
|
||||
void CardDatabase::cacheCardPixmaps(const QStringList &cardNames)
|
||||
{
|
||||
qDebug("pixmapCache started");
|
||||
for (int i = 0; i < cardNames.size(); ++i)
|
||||
getCard(cardNames[i])->loadPixmap();
|
||||
qDebug("pixmapCache finished");
|
||||
}
|
||||
|
||||
void CardDatabase::loadImage(CardInfo *card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue