diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index e35b48baad..1d31a84ed4 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -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;