Fix intradoc link to fix CI. (#699)

This commit is contained in:
Bruce Mitchener
2024-07-23 15:26:41 +07:00
committed by GitHub
parent a36d75e79b
commit ce17947fd7

View File

@@ -48,7 +48,7 @@ pub struct DebugRenderStyle {
pub contact_normal_color: DebugColor, pub contact_normal_color: DebugColor,
/// The length of the contact normals. /// The length of the contact normals.
pub contact_normal_length: Real, pub contact_normal_length: Real,
/// The color of the colliders' [`Aabb`]s. /// The color of the colliders' [`Aabb`](crate::geometry::Aabb)s.
pub collider_aabb_color: DebugColor, pub collider_aabb_color: DebugColor,
} }