From b5b3431a632b4927a8ccc46aaaadccbdf2c6bebf Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 30 Oct 2022 13:43:52 +0100 Subject: Switch to the published parry 0.11 --- src/pipeline/debug_render_pipeline/debug_render_style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pipeline/debug_render_pipeline/debug_render_style.rs') diff --git a/src/pipeline/debug_render_pipeline/debug_render_style.rs b/src/pipeline/debug_render_pipeline/debug_render_style.rs index 987d95d..33630aa 100644 --- a/src/pipeline/debug_render_pipeline/debug_render_style.rs +++ b/src/pipeline/debug_render_pipeline/debug_render_style.rs @@ -44,7 +44,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 AABBs. + /// The color of the colliders Aabbs. pub collider_aabb_color: DebugColor, } -- cgit