Skip to content

Commit

Permalink
Fix broken sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
Selene-Amanita committed Jul 17, 2023
1 parent 936a912 commit 4d506ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bevy_render/src/primitives/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use bevy_utils::HashMap;
/// occupied by this entity, with faces orthogonal to its local axis.
///
/// This component is notably used during "frustum culling", a process to determine
/// if the entity should be rendered by a [`Camera`] entity if its bounding box
/// with its [`Frustum`].
/// if an entity should be rendered by a [`Camera`] if its bounding box intersects
/// with the camera's [`Frustum`].
///
/// It will be added automatically by the systems in [`CalculateBounds`] to entities that:
/// - could be subject to frustum culling, for example with a [`Handle<Mesh>`]
Expand Down

0 comments on commit 4d506ca

Please sign in to comment.