Merge pull request #582 from dimforge/misc
Narrow-phase methods renames + some re-exports
This commit is contained in:
@@ -210,7 +210,7 @@ mod tests {
|
||||
|
||||
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 {
|
||||
hit = true;
|
||||
}
|
||||
@@ -262,7 +262,7 @@ mod tests {
|
||||
|
||||
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 {
|
||||
hit = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user