Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Feb 3, 2025
1 parent 27bcbeb commit c6484df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/physics_context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ impl<PH: PhysicsHooks, EV: EventHandler> PhysicsContext<PH, EV> {
&mut self.multibody_joint_set,
&mut self.ccd_solver,
self.query_pipeline.as_mut(),
&mut self.hooks,
&mut self.events,
&self.hooks,
&self.events,
);
}
}

0 comments on commit c6484df

Please sign in to comment.