ContactPairFilter: don't overwrite the effect of the solver groups.

This is more consistent with the fact that the effect of collision groups is not overwritten either.
This commit is contained in:
Crozet Sébastien
2020-10-27 16:48:05 +01:00
parent 24bd97636e
commit 3bfa407999
3 changed files with 18 additions and 17 deletions

View File

@@ -290,6 +290,8 @@ mod test {
&mut bodies,
&mut colliders,
&mut joints,
None,
None,
&(),
);
}
@@ -332,6 +334,8 @@ mod test {
&mut bodies,
&mut colliders,
&mut joints,
None,
None,
&(),
);
}