aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/impulse_joint/mod.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-01-25 22:58:18 +0100
committerSébastien Crozet <sebastien@crozet.re>2022-03-20 21:49:16 +0100
commit0bb0e412e62807c487594f35673fbec3ea02a62f (patch)
tree0482c6d04d7c6d97c9aaebc0083ff813c5a41302 /src/dynamics/joint/impulse_joint/mod.rs
parent22f21c14b8e54122d21b8750d9bf66b788f2955c (diff)
downloadrapier-0bb0e412e62807c487594f35673fbec3ea02a62f.tar.gz
rapier-0bb0e412e62807c487594f35673fbec3ea02a62f.tar.bz2
rapier-0bb0e412e62807c487594f35673fbec3ea02a62f.zip
Rename JointHandle -> ImpulseJointHandle
Diffstat (limited to 'src/dynamics/joint/impulse_joint/mod.rs')
-rw-r--r--src/dynamics/joint/impulse_joint/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dynamics/joint/impulse_joint/mod.rs b/src/dynamics/joint/impulse_joint/mod.rs
index 2afe078..036d734 100644
--- a/src/dynamics/joint/impulse_joint/mod.rs
+++ b/src/dynamics/joint/impulse_joint/mod.rs
@@ -1,5 +1,5 @@
pub use self::impulse_joint::ImpulseJoint;
-pub use self::impulse_joint_set::{ImpulseJointSet, JointHandle};
+pub use self::impulse_joint_set::{ImpulseJointHandle, ImpulseJointSet};
pub(crate) use self::impulse_joint_set::{JointGraphEdge, JointIndex};
mod impulse_joint;