Skip to content

Commit b50e06b

Browse files
raysplaceinspaceGbGr
authored andcommitted
Fix typo in BvhIncrementalOptimizationState description (dimforge#403)
1 parent f6b35d5 commit b50e06b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/partitioning/bvh/bvh_optimize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ impl Bvh {
522522
}
523523
}
524524

525-
/// The optimization state for used by `Bvh::optimize_incremental`.
525+
/// The optimization state used by `Bvh::optimize_incremental`.
526526
/// This allows each call to `optimize_incremental` to continue from where the last one left off.
527527
#[derive(Clone, Debug, Default)]
528528
#[cfg_attr(feature = "serde-serialize", derive(Serialize, Deserialize))]

0 commit comments

Comments
 (0)