aboutsummaryrefslogtreecommitdiff
path: root/examples3d/damping3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d/damping3.rs')
-rw-r--r--examples3d/damping3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/damping3.rs b/examples3d/damping3.rs
index e055d8e..8c68d3b 100644
--- a/examples3d/damping3.rs
+++ b/examples3d/damping3.rs
@@ -12,7 +12,7 @@ pub fn init_world(testbed: &mut Testbed) {
let joints = JointSet::new();
/*
- * Create the balls
+ * Create the cubes
*/
let num = 10;
let rad = 0.2;