aboutsummaryrefslogtreecommitdiff
path: root/examples3d/fountain3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples3d/fountain3.rs')
-rw-r--r--examples3d/fountain3.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples3d/fountain3.rs b/examples3d/fountain3.rs
index 5dcf2d8..0909a0c 100644
--- a/examples3d/fountain3.rs
+++ b/examples3d/fountain3.rs
@@ -26,7 +26,7 @@ pub fn init_world(testbed: &mut Testbed) {
let mut k = 0;
// Callback that will be executed on the main loop to handle proximities.
- testbed.harness_mut().add_callback(move |physics, _, _, _| {
+ testbed.harness_mut().add_callback(move |physics, _, _| {
k += 1;
let rigid_body = RigidBodyBuilder::new_dynamic()
.translation(0.0, 10.0, 0.0)