Skip to content

Commit cd259e8

Browse files
committed
fix cargo doc
1 parent c40b5ed commit cd259e8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/geometry/broad_phase_bvh.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,6 @@ impl BroadPhaseBvh {
6969
/// sent previously and no `RemovePair` happened since then). Sending redundant events is allowed
7070
/// but can result in a slight computational overhead.
7171
///
72-
/// The `colliders` set is mutable only to provide access to
73-
/// [`collider.set_internal_broad_phase_proxy_index`]. Other properties of the collider should
74-
/// **not** be modified during the broad-phase update.
75-
///
7672
/// # Parameters
7773
/// - `params`: the integration parameters governing the simulation.
7874
/// - `colliders`: the set of colliders. Change detection with `collider.needs_broad_phase_update()`

0 commit comments

Comments
 (0)