mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
remove log about failure to add to physics engine
This commit is contained in:
parent
215e3b732e
commit
171fead347
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void PhysicsEngine::addEntityInternal(EntityItem* entity) {
|
||||||
_entityMotionStates.insert(motionState);
|
_entityMotionStates.insert(motionState);
|
||||||
} else {
|
} else {
|
||||||
// We failed to add the entity to the simulation. Probably because we couldn't create a shape for it.
|
// We failed to add the entity to the simulation. Probably because we couldn't create a shape for it.
|
||||||
qDebug() << "failed to add entity " << entity->getEntityItemID() << " to physics engine";
|
//qDebug() << "failed to add entity " << entity->getEntityItemID() << " to physics engine";
|
||||||
delete motionState;
|
delete motionState;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue