Rename reset_internal_links -> reset_internal_references.

This commit is contained in:
Crozet Sébastien
2020-11-03 14:45:50 +01:00
parent 0cf59d78bd
commit c6af248e66
4 changed files with 4 additions and 4 deletions

View File

@@ -214,7 +214,7 @@ pub struct Collider {
}
impl Collider {
pub(crate) fn reset_internal_links(&mut self) {
pub(crate) fn reset_internal_references(&mut self) {
self.parent = RigidBodySet::invalid_handle();
self.contact_graph_index = ColliderGraphIndex::new(crate::INVALID_U32);
self.proximity_graph_index = ColliderGraphIndex::new(crate::INVALID_U32);