aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/impulse_joint/mod.rs
diff options
context:
space:
mode:
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;