quiet physics log spam

This commit is contained in:
Seth Alves 2015-03-18 13:22:29 -07:00
parent 517b2648ca
commit dd97b54e52

View file

@ -63,7 +63,6 @@ void PhysicsEngine::addEntityInternal(EntityItem* entity) {
assert(entity);
void* physicsInfo = entity->getPhysicsInfo();
if (!physicsInfo) {
qDebug() << "PhysicsEngine::addEntityInternal(" << entity;
if (entity->isReadyToComputeShape()) {
ShapeInfo shapeInfo;
entity->computeShapeInfo(shapeInfo);