aboutsummaryrefslogtreecommitdiff
path: root/examples3d/debug_boxes3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d/debug_boxes3.rs')
-rw-r--r--examples3d/debug_boxes3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/debug_boxes3.rs b/examples3d/debug_boxes3.rs
index bd7c344..7237fd9 100644
--- a/examples3d/debug_boxes3.rs
+++ b/examples3d/debug_boxes3.rs
@@ -31,7 +31,7 @@ pub fn init_world(testbed: &mut Testbed) {
.can_sleep(false)
.build();
let handle = bodies.insert(rigid_body);
- let collider = ColliderBuilder::cuboid(2.0, 0.1, 1.0).density(1.0).build();
+ let collider = ColliderBuilder::cuboid(2.0, 0.1, 1.0).build();
colliders.insert(collider, handle, &mut bodies);
/*