Skip to content

Commit

Permalink
corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SpecificProtagonist committed Sep 1, 2023
1 parent 1199e3f commit 7deeba1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/bevy_gizmos/src/gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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
2 changes: 1 addition & 1 deletion crates/bevy_gizmos/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

use std::mem;

use bevy_app::{FixedUpdate, Last, Plugin, PostUpdate, Update};
use bevy_app::{FixedUpdate, Last, Plugin, PostUpdate};
use bevy_asset::{load_internal_asset, AddAsset, Assets, Handle, HandleUntyped};
use bevy_core::cast_slice;
use bevy_ecs::{
Expand Down

0 comments on commit 7deeba1

Please sign in to comment.