Switch to the published parry 0.11

This commit is contained in:
Sébastien Crozet
2022-10-30 13:43:52 +01:00
parent 8fd3e61c92
commit b5b3431a63
16 changed files with 69 additions and 69 deletions

View File

@@ -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;
}
}