mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Mac fixes
This commit is contained in:
parent
b33b3778f0
commit
c4bd38dbdc
5 changed files with 14 additions and 10 deletions
|
|
@ -238,7 +238,7 @@ void PictureLoadingThread::run()
|
|||
pictureLoader->setPicsPath(picsPath);
|
||||
pictureLoader->setPicDownload(picDownload);
|
||||
|
||||
usleep(100);
|
||||
usleep(10000);
|
||||
initWaitCondition.wakeAll();
|
||||
|
||||
exec();
|
||||
|
|
@ -715,4 +715,4 @@ void CardDatabase::picsPathChanged()
|
|||
{
|
||||
loadingThread->getPictureLoader()->setPicsPath(settingsCache->getPicsPath());
|
||||
clearPixmapCache();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue