Skip to content

Commit

Permalink
Merge branch 'main' into 12-17-refactor_restructure_to_add_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgazelka authored Dec 18, 2024
2 parents c3411d4 + 9598d4b commit c68520e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/spatial/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct SpatialModule;

#[derive(Component, Debug, Default)]
pub struct SpatialIndex {
/// The bounding boxes of all players
/// The bounding boxes of all entities with the [`Spatial`] component
query: bvh_region::Bvh<Entity>,
}

Expand Down

0 comments on commit c68520e

Please sign in to comment.