From d3956b47d08ca164d6ce45ba972426a5a66142d0 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Fri, 19 May 2017 15:35:29 -0700 Subject: [PATCH] remove bad break --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) 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;