Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecificProtagonist committed Jul 18, 2023
1 parent f526697 commit cd5cf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_gizmos/src/gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub struct GizmoBuffer {
strip_colors: Vec<ColorItem>,
}

// Wrap to keep GizmoBuffer hidden
// Wrap to keep State hidden
const _: () = {
#[derive(Default)]
pub struct State {
Expand Down

0 comments on commit cd5cf5a

Please sign in to comment.