We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1de281 commit 8ec08f5Copy full SHA for 8ec08f5
src/geometry/interaction_groups.rs
@@ -40,7 +40,7 @@
40
/// // Enemy collider: in group 2, collides with group 1
41
/// let enemy_groups = InteractionGroups::new(
42
/// Group::GROUP_2, // I am in group 2
43
-/// Group::GROUP_1, // I collide with group 1
+/// Group::GROUP_1, // I collide with group 1
44
/// InteractionTestMode::And
45
/// );
46
///
0 commit comments