We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b35d5 commit b50e06bCopy full SHA for b50e06b
1 file changed
src/partitioning/bvh/bvh_optimize.rs
@@ -522,7 +522,7 @@ impl Bvh {
522
}
523
524
525
-/// The optimization state for used by `Bvh::optimize_incremental`.
+/// The optimization state used by `Bvh::optimize_incremental`.
526
/// This allows each call to `optimize_incremental` to continue from where the last one left off.
527
#[derive(Clone, Debug, Default)]
528
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]
0 commit comments