mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:07:58 +02:00
Remove commented out line
This commit is contained in:
parent
d90ceb200a
commit
d503c5293a
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ void AssetServer::run() {
|
||||||
while (!_isFinished) {
|
while (!_isFinished) {
|
||||||
// since we're a while loop we need to help Qt's event processing
|
// since we're a while loop we need to help Qt's event processing
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
// QCoreApplication::processEvents(QEventLoop::WaitForMoreEvents);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue