aboutsummaryrefslogtreecommitdiff
path: root/examples3d/primitives3.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-30 11:37:58 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-30 11:37:58 +0200
commit2dfbd9ae92c139e306afc87994adac82489f30eb (patch)
treec5b9c5e6fcb5561421e2b4b9d99f28e4c83c745e /examples3d/primitives3.rs
parentac8ec8e3517c8d9baf8219c04ce907028d70901b (diff)
downloadrapier-2dfbd9ae92c139e306afc87994adac82489f30eb.tar.gz
rapier-2dfbd9ae92c139e306afc87994adac82489f30eb.tar.bz2
rapier-2dfbd9ae92c139e306afc87994adac82489f30eb.zip
Add comments.
Diffstat (limited to 'examples3d/primitives3.rs')
-rw-r--r--examples3d/primitives3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/primitives3.rs b/examples3d/primitives3.rs
index db15341..2711ba9 100644
--- a/examples3d/primitives3.rs
+++ b/examples3d/primitives3.rs
@@ -25,7 +25,7 @@ pub fn init_world(testbed: &mut Testbed) {
colliders.insert(collider, handle, &mut bodies);
/*
- * Create the cubes
+ * Create the primitives
*/
let num = 8;
let rad = 1.0;