mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-23 12:24:29 +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);
|
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