mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
Remove baking tasks for hash once done
This commit is contained in:
parent
a9cfc01df3
commit
cdfae714b5
1 changed files with 2 additions and 0 deletions
|
@ -1163,6 +1163,8 @@ void AssetServer::handleCompletedBake(QString originalAssetHash, QString origina
|
|||
} else {
|
||||
qWarning() << "Could not complete bake for" << originalAssetHash;
|
||||
}
|
||||
|
||||
_pendingBakes.remove(originalAssetHash);
|
||||
}
|
||||
|
||||
bool AssetServer::createMetaFile(AssetHash originalAssetHash) {
|
||||
|
|
Loading…
Reference in a new issue