mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Merge pull request #4472 from sethalves/quiet-physics-log
quiet physics log spam
This commit is contained in:
commit
a07be6ba9f
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue