Skip to content

Commit

Permalink
Update crates/bevy_render/src/spatial_bundle.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
Nilirad and alice-i-cecile authored Sep 2, 2023
1 parent bb58233 commit e6aa8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/spatial_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::view::{InheritedVisibility, ViewVisibility, Visibility};
///
/// Hierarchies of entities must contain
/// all the [`Component`]s in this `Bundle`
/// to work correctly.
/// to be rendered correctly.
///
/// [`Component`]: bevy_ecs::component::Component
#[derive(Bundle, Debug, Default)]
Expand Down

0 comments on commit e6aa8cb

Please sign in to comment.