This commit is contained in:
Aang23 2021-08-05 12:17:11 +02:00
parent 7fa241427a
commit ecdeb25b6d

View file

@ -143,6 +143,7 @@ namespace goes
imagesVector.erase(imagesVector.begin(), imagesVector.begin() + 1);
}
imageVectorMutex.unlock();
std::this_thread::sleep_for(std::chrono::seconds(1));
}
}