Skip to content

Commit cd5cf5a

Browse files
corrected comment
1 parent f526697 commit cd5cf5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_gizmos/src/gizmos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pub struct GizmoBuffer {
4949
strip_colors: Vec<ColorItem>,
5050
}
5151

52-
// Wrap to keep GizmoBuffer hidden
52+
// Wrap to keep State hidden
5353
const _: () = {
5454
#[derive(Default)]
5555
pub struct State {

0 commit comments

Comments
 (0)