diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-07-23 15:26:41 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-23 10:26:41 +0200 |
| commit | ce17947fd79b2ebc79be4f3570e371ebbb426bb1 (patch) | |
| tree | 07263aef7d28b83558dca155e1fcf34e49534eb9 /src | |
| parent | a36d75e79bb329a13ee666854367c7baaeebfacd (diff) | |
| download | rapier-ce17947fd79b2ebc79be4f3570e371ebbb426bb1.tar.gz rapier-ce17947fd79b2ebc79be4f3570e371ebbb426bb1.tar.bz2 rapier-ce17947fd79b2ebc79be4f3570e371ebbb426bb1.zip | |
Fix intradoc link to fix CI. (#699)
Diffstat (limited to 'src')
| -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, } |
