Add the ability to pass a custom filter to all the QueryPipeline queries.

This commit is contained in:
Crozet Sébastien
2021-04-01 11:02:42 +02:00
parent cc3f16eb85
commit 2006919347
2 changed files with 116 additions and 43 deletions

View File

@@ -1000,6 +1000,7 @@ impl Testbed {
f32::MAX,
true,
InteractionGroups::all(),
None,
);
if let Some((handle, _)) = hit {