Skip to content

Commit

Permalink
UI consistency in comments (1)
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 authored Jul 20, 2022
1 parent 00655b2 commit bf1264a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_ui/src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ const QUAD_VERTEX_POSITIONS: [Vec3; 4] = [

const QUAD_INDICES: [usize; 6] = [0, 2, 3, 0, 1, 2];

// Ui nodes are batches per image and per layer
/// UI nodes are batched per image and per layer
#[derive(Component)]
pub struct UiBatch {
pub layers: RenderLayers,
Expand Down

0 comments on commit bf1264a

Please sign in to comment.