Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Oct 25, 2023
1 parent 3a203f1 commit f4621f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rapier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ fn setup(
},
Collider::cuboid(2.5, 0.01, 2.5),
PickableBundle::default(), // <- Makes the collider pickable.
// RapierPickTarget::default(), // <- Needed for the rapier picking backend
// RapierPickTarget::default(),
));

// cube
Expand All @@ -44,7 +44,7 @@ fn setup(
},
Collider::cuboid(0.5, 0.5, 0.5),
PickableBundle::default(), // <- Makes the collider pickable.
// RapierPickTarget::default(), // <- Needed for the rapier picking backend
// RapierPickTarget::default(),
));

// light
Expand Down

0 comments on commit f4621f6

Please sign in to comment.