mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:46:29 +02:00
Remove call to aboutToFinish from AssetServer
This commit is contained in:
parent
64fc3e1091
commit
d991dd230f
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ void AssetServer::aboutToFinish() {
|
|||
while (_pendingBakes.size() > 0) {
|
||||
QCoreApplication::processEvents();
|
||||
}
|
||||
ThreadedAssignment::aboutToFinish();
|
||||
}
|
||||
|
||||
void AssetServer::run() {
|
||||
|
|
Loading…
Reference in a new issue