mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 04:03:59 +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) {
|
||||
// since we're a while loop we need to help Qt's event processing
|
||||
QCoreApplication::processEvents();
|
||||
// QCoreApplication::processEvents(QEventLoop::WaitForMoreEvents);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue