Fix compilation of the testbed when the parallel feature is enabled.

This commit is contained in:
Crozet Sébastien
2020-11-19 15:54:45 +01:00
parent e571a0628d
commit dea97fbab0

View File

@@ -616,6 +616,8 @@ impl Testbed {
&mut physics.bodies, &mut physics.bodies,
&mut physics.colliders, &mut physics.colliders,
&mut physics.joints, &mut physics.joints,
None,
None,
event_handler, event_handler,
); );
}); });