fix small issue

This commit is contained in:
Dante Ruiz 2018-09-11 12:12:31 -07:00
parent 735ff04fad
commit cc2c208b12

View file

@ -148,7 +148,6 @@ bool isEntityPhysicsReady(const EntityItemPointer& entity) {
entity->getAABox(hasAABox);
if (hasAABox && downloadedCollisionTypes.count(modelEntity->getShapeType()) != 0) {
return entity->isReadyToComputeShape();
qCDebug(interfaceapp) << "Safe Landing: Tracking entity " << entity->getItemName();
}
}
}