diff options
| author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2024-06-21 02:03:12 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-20 21:03:12 +0200 |
| commit | 8a592e458e45c2896c52a931ca04a69868efdd53 (patch) | |
| tree | ecc18ce0c5271a48804e546bbda323f5962ad694 /src/geometry | |
| parent | 84b66d63e39cb6182974b8f674684748c7c4d594 (diff) | |
| download | rapier-8a592e458e45c2896c52a931ca04a69868efdd53.tar.gz rapier-8a592e458e45c2896c52a931ca04a69868efdd53.tar.bz2 rapier-8a592e458e45c2896c52a931ca04a69868efdd53.zip | |
Fix typos. (#658)
Diffstat (limited to 'src/geometry')
| -rw-r--r-- | src/geometry/broad_phase_multi_sap/broad_phase_multi_sap.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/broad_phase_multi_sap/broad_phase_multi_sap.rs b/src/geometry/broad_phase_multi_sap/broad_phase_multi_sap.rs index d382258..87b2269 100644 --- a/src/geometry/broad_phase_multi_sap/broad_phase_multi_sap.rs +++ b/src/geometry/broad_phase_multi_sap/broad_phase_multi_sap.rs @@ -44,7 +44,7 @@ use parry::utils::hashmap::HashMap; /// For example a 20x20x20 object will be inserted in the layer with region /// of size 10x10x10, resulting in only 8 regions being intersect by the Aabb. /// (If it was inserted in the layer with regions of size 1x1x1, it would have intersected -/// 8000 regions, which is a problem performancewise.) +/// 8000 regions, which is a problem performance-wise.) /// /// We call this new method the Hierarchical-SAP. /// |
