mirror of
https://github.com/lubosz/overte.git
synced 2025-04-11 06:32:09 +02:00
Merge branch 'master' of https://github.com/highfidelity/hifi
This commit is contained in:
commit
f7f480cee4
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ void PhysicsEngine::addEntityInternal(EntityItem* entity) {
|
|||
_entityMotionStates.insert(motionState);
|
||||
} else {
|
||||
// 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue