We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6729cd3 commit adfee80Copy full SHA for adfee80
src/systems/physics/Physics.cc
@@ -4383,7 +4383,7 @@ void PhysicsPrivate::UpdateLinksBoundingBoxes(EntityComponentManager &_ecm)
4383
gzdbg << "Attempting to get a bounding box, but the physics "
4384
<< "engine doesn't support feature "
4385
<< "[GetLinkBoundingBox]. Link bounding boxes will be "
4386
- << "computed from their collision shapes based on their"
+ << "computed from their collision shapes based on their "
4387
<< "geometry properties in SDF." << std::endl;
4388
informed = true;
4389
}
0 commit comments