Fix warning

This commit is contained in:
Sébastien Crozet
2022-06-24 12:11:14 +02:00
parent be5b6813a9
commit 2e19eb2e54

View File

@@ -8,7 +8,7 @@ use crate::geometry::{
};
use crate::math::Real;
use crate::utils::IndexMut2;
use parry::bounding_volume::{BoundingVolume, AABB};
use parry::bounding_volume::BoundingVolume;
use parry::utils::hashmap::HashMap;
/// A broad-phase combining a Hierarchical Grid and Sweep-and-Prune.