mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 01:15:41 -07:00
sideboarding bug fix
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user