chore: fix tests
This commit is contained in:
@@ -210,7 +210,7 @@ mod tests {
|
|||||||
|
|
||||||
let mut hit = false;
|
let mut hit = false;
|
||||||
|
|
||||||
for (_, _, intersecting) in narrow_phase.intersections_with(a_handle) {
|
for (_, _, intersecting) in narrow_phase.intersection_pairs_with(a_handle) {
|
||||||
if intersecting {
|
if intersecting {
|
||||||
hit = true;
|
hit = true;
|
||||||
}
|
}
|
||||||
@@ -262,7 +262,7 @@ mod tests {
|
|||||||
|
|
||||||
let mut hit = false;
|
let mut hit = false;
|
||||||
|
|
||||||
for (_, _, intersecting) in narrow_phase.intersections_with(a_handle) {
|
for (_, _, intersecting) in narrow_phase.intersection_pairs_with(a_handle) {
|
||||||
if intersecting {
|
if intersecting {
|
||||||
hit = true;
|
hit = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user