remove bad break

This commit is contained in:
Andrew Meadows 2017-05-19 15:35:29 -07:00
parent bb4d366c40
commit d3956b47d0

View file

@ -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;