mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-02 17:08:12 -07:00
Mac fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user