mirror of
https://github.com/overte-org/overte.git
synced 2025-04-10 06:03:51 +02:00
remove bad break
This commit is contained in:
parent
bb4d366c40
commit
d3956b47d0
1 changed files with 0 additions and 1 deletions
|
@ -5348,7 +5348,6 @@ bool Application::nearbyEntitiesAreReadyForPhysics() {
|
|||
qCDebug(interfaceapp) << "Physics disabled until entity loads: " << entity->getID() << entity->getName();
|
||||
// don't break here because we want all the relevant entities to start their downloads
|
||||
result = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
return result;
|
||||
|
|
Loading…
Reference in a new issue