Fix warnings

This commit is contained in:
Sébastien Crozet
2022-12-11 17:52:51 +01:00
parent 0207f8cf96
commit a1e255dbcd
2 changed files with 4 additions and 4 deletions

View File

@@ -215,7 +215,7 @@ impl Harness {
&mut physics.impulse_joints,
&mut physics.multibody_joints,
&mut physics.ccd_solver,
&mut physics.query_pipeline,
Some(&mut physics.query_pipeline),
&*physics.hooks,
event_handler,
);