Fix warning
This commit is contained in:
@@ -8,7 +8,7 @@ use crate::geometry::{
|
|||||||
};
|
};
|
||||||
use crate::math::Real;
|
use crate::math::Real;
|
||||||
use crate::utils::IndexMut2;
|
use crate::utils::IndexMut2;
|
||||||
use parry::bounding_volume::{BoundingVolume, AABB};
|
use parry::bounding_volume::BoundingVolume;
|
||||||
use parry::utils::hashmap::HashMap;
|
use parry::utils::hashmap::HashMap;
|
||||||
|
|
||||||
/// A broad-phase combining a Hierarchical Grid and Sweep-and-Prune.
|
/// A broad-phase combining a Hierarchical Grid and Sweep-and-Prune.
|
||||||
|
|||||||
Reference in New Issue
Block a user