aboutsummaryrefslogtreecommitdiff
path: root/examples3d
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d')
-rw-r--r--examples3d/locked_rotation3.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples3d/locked_rotation3.rs b/examples3d/locked_rotation3.rs
index b44b4d5..e8aee41 100644
--- a/examples3d/locked_rotation3.rs
+++ b/examples3d/locked_rotation3.rs
@@ -40,9 +40,7 @@ pub fn init_world(testbed: &mut Testbed) {
colliders.insert(collider, handle, &mut bodies);
/*
- * A capsule that cannot rotate.
- * We initialize it in a tilted position to demonstrate the
- * fact that is cannot rotate.
+ * A tilted capsule that cannot rotate.
*/
let rigid_body = RigidBodyBuilder::new_dynamic()
.translation(0.0, 5.0, 0.0)