mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 00:24:13 +02:00
fix small issue
This commit is contained in:
parent
735ff04fad
commit
cc2c208b12
1 changed files with 0 additions and 1 deletions
|
@ -148,7 +148,6 @@ bool isEntityPhysicsReady(const EntityItemPointer& entity) {
|
|||
entity->getAABox(hasAABox);
|
||||
if (hasAABox && downloadedCollisionTypes.count(modelEntity->getShapeType()) != 0) {
|
||||
return entity->isReadyToComputeShape();
|
||||
qCDebug(interfaceapp) << "Safe Landing: Tracking entity " << entity->getItemName();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue