Skip to content

Commit bf1264a

Browse files
UI consistency in comments (1)
Co-authored-by: Alice Cecile <[email protected]>
1 parent 00655b2 commit bf1264a

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_ui/src/render

1 file changed

+1
-1
lines changed

crates/bevy_ui/src/render/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ const QUAD_VERTEX_POSITIONS: [Vec3; 4] = [
359359

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

362-
// Ui nodes are batches per image and per layer
362+
/// UI nodes are batched per image and per layer
363363
#[derive(Component)]
364364
pub struct UiBatch {
365365
pub layers: RenderLayers,

0 commit comments

Comments
 (0)