mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-08 04:07:35 +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) {
|
while (_pendingBakes.size() > 0) {
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
}
|
}
|
||||||
ThreadedAssignment::aboutToFinish();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void AssetServer::run() {
|
void AssetServer::run() {
|
||||||
|
|
Loading…
Reference in a new issue