Skip to content

Commit

Permalink
UI consistency in comments (2)
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
  • Loading branch information
nicopap and alice-i-cecile committed Jul 20, 2022
1 parent bf1264a commit 387e95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/entity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct NodeBundle {
pub visibility: Visibility,
/// Algorithmically-computed indication of whether an entity is visible and should be extracted for rendering
pub computed_visibility: ComputedVisibility,
/// The ui camera layers this node is visible in.
/// The UI camera layers this node is visible in.
pub render_layers: RenderLayers,
}

Expand Down

0 comments on commit 387e95f

Please sign in to comment.