mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 18:50:00 +02:00
quiet physics log spam
This commit is contained in:
parent
517b2648ca
commit
dd97b54e52
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ void PhysicsEngine::addEntityInternal(EntityItem* entity) {
|
||||||
assert(entity);
|
assert(entity);
|
||||||
void* physicsInfo = entity->getPhysicsInfo();
|
void* physicsInfo = entity->getPhysicsInfo();
|
||||||
if (!physicsInfo) {
|
if (!physicsInfo) {
|
||||||
qDebug() << "PhysicsEngine::addEntityInternal(" << entity;
|
|
||||||
if (entity->isReadyToComputeShape()) {
|
if (entity->isReadyToComputeShape()) {
|
||||||
ShapeInfo shapeInfo;
|
ShapeInfo shapeInfo;
|
||||||
entity->computeShapeInfo(shapeInfo);
|
entity->computeShapeInfo(shapeInfo);
|
||||||
|
|
Loading…
Reference in a new issue