Skip to content

Commit

Permalink
remove state bound system from prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniaczQ committed Jun 3, 2024
1 parent 918e55a commit 6686d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_state/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ pub mod prelude {
};
#[cfg(feature = "bevy_hierarchy")]
#[doc(hidden)]
pub use crate::state_bound::*;
pub use crate::state_bound::StateBound;
}

0 comments on commit 6686d5f

Please sign in to comment.