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:
@@ -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,
|
||||
&(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user