Skip to content

Commit fa9726a

Browse files
Add missing whitespace character to log message
Co-authored-by: Ian Chen <[email protected]> Signed-off-by: Gabriel Pacheco <[email protected]>
1 parent 4566fbc commit fa9726a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/physics/Physics.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4383,7 +4383,7 @@ void PhysicsPrivate::UpdateLinksBoundingBoxes(EntityComponentManager &_ecm)
43834383
gzdbg << "Attempting to get a bounding box, but the physics "
43844384
<< "engine doesn't support feature "
43854385
<< "[GetLinkBoundingBox]. Link bounding boxes will be "
4386-
<< "computed from their collision shapes based on their"
4386+
<< "computed from their collision shapes based on their "
43874387
<< "geometry properties in SDF." << std::endl;
43884388
informed = true;
43894389
}

0 commit comments

Comments
 (0)