contact_pair.has_any_active_contact() should be contact_pair.has_any_active_contacts() in the documentation? #101
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
M-Bevy
about bevy_rapier crate
P-High
High Priority
S-in-progress
Work has been started
I'm on bevy_rapier_2d 13.1, and it wouldn't let me compile the program without making that method plural. The documentation on the website has it as "contact_pair.has_any_active_contact()". Also, the documentation in the rust docs doesn't mention that function at all, but does mention something called ContactPair::has_any_active_collider, which I am not sure exists?
The text was updated successfully, but these errors were encountered: