Skip to content

Commit

Permalink
fix clippy (+ random typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Aug 12, 2024
1 parent 4cccde1 commit cbfe138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pub struct DebugRenderContext {
pub enabled: bool,
/// Whether to show debug gizmos for all colliders.
///
/// Can be overriden for individual colliders by adding a [`ColliderDebug`] component.
/// Can be overridden for individual colliders by adding a [`ColliderDebug`] component.
pub default_collider_debug: ColliderDebug,
/// Pipeline responsible for rendering. Access `pipeline.mode` and `pipeline.style`
/// to modify the set of rendered elements, and modify the default coloring rules.
Expand Down Expand Up @@ -225,7 +225,7 @@ fn debug_render_scene<'a>(
custom_colors: &custom_colors,
default_collider_debug: render_context.default_collider_debug,
override_visibility: &override_visibility,
context: &rapier_context,
context: rapier_context,
gizmos: &mut gizmos,
};

Expand Down

0 comments on commit cbfe138

Please sign in to comment.