mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
Merge branch 'master' of github.com:highfidelity/hifi into maximum-capacity
This commit is contained in:
commit
feeabc7bc8
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