Fix the compilation of tests.

This commit is contained in:
Crozet Sébastien
2021-02-23 16:26:02 +01:00
parent 0f0f2c344f
commit a60c6e5fdd
3 changed files with 6 additions and 8 deletions

View File

@@ -278,8 +278,7 @@ mod test {
&mut bodies,
&mut colliders,
&mut joints,
None,
None,
&(),
&(),
);
}
@@ -322,8 +321,7 @@ mod test {
&mut bodies,
&mut colliders,
&mut joints,
None,
None,
&(),
&(),
);
}