Remove call to aboutToFinish from AssetServer

This commit is contained in:
Simon Walton 2018-07-31 15:39:38 -07:00
parent 64fc3e1091
commit d991dd230f

View file

@ -342,7 +342,6 @@ void AssetServer::aboutToFinish() {
while (_pendingBakes.size() > 0) {
QCoreApplication::processEvents();
}
ThreadedAssignment::aboutToFinish();
}
void AssetServer::run() {