diff options
Diffstat (limited to 'src/geometry/mod.rs')
| -rw-r--r-- | src/geometry/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/mod.rs b/src/geometry/mod.rs index ab04b25..1c83232 100644 --- a/src/geometry/mod.rs +++ b/src/geometry/mod.rs @@ -84,7 +84,7 @@ impl IntersectionEvent { } } -pub(crate) use self::broad_phase_multi_sap::{BroadPhasePairEvent, ColliderPair}; +pub(crate) use self::broad_phase_multi_sap::{BroadPhasePairEvent, ColliderPair, SAPProxyIndex}; pub(crate) use self::collider_set::RemovedCollider; pub(crate) use self::narrow_phase::ContactManifoldIndex; pub(crate) use parry::partitioning::SimdQuadTree; |
