diff options
| -rw-r--r-- | src/pipeline/debug_render_pipeline/debug_render_style.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/debug_render_pipeline/debug_render_style.rs b/src/pipeline/debug_render_pipeline/debug_render_style.rs index ccc42aa..fd9acfa 100644 --- a/src/pipeline/debug_render_pipeline/debug_render_style.rs +++ b/src/pipeline/debug_render_pipeline/debug_render_style.rs @@ -48,7 +48,7 @@ pub struct DebugRenderStyle { pub contact_normal_color: DebugColor, /// The length of the contact normals. 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, } |
