diff options
Diffstat (limited to 'src/pipeline/debug_render_pipeline/debug_render_pipeline.rs')
| -rw-r--r-- | src/pipeline/debug_render_pipeline/debug_render_pipeline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pipeline/debug_render_pipeline/debug_render_pipeline.rs b/src/pipeline/debug_render_pipeline/debug_render_pipeline.rs index fd93d6c..bb9fd78 100644 --- a/src/pipeline/debug_render_pipeline/debug_render_pipeline.rs +++ b/src/pipeline/debug_render_pipeline/debug_render_pipeline.rs @@ -30,7 +30,7 @@ bitflags::bitflags! { const SOLVER_CONTACTS = 1 << 4; /// If this flag is set, the geometric contacts will be rendered. const CONTACTS = 1 << 5; - /// If this flag is set, the AABBs of colliders will be rendered. + /// If this flag is set, the Aabbs of colliders will be rendered. const COLLIDER_AABBS = 1 << 6; } } |
