Skip to content

Commit

Permalink
Make StateTransitionSteps public
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoqinu committed Dec 2, 2024
1 parent 793e2f2 commit be3be13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_state/src/state/transitions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub struct StateTransitionEvent<S: States> {
///
/// These system sets are run sequentially, in the order of the enum variants.
#[derive(SystemSet, Clone, Debug, PartialEq, Eq, Hash)]
pub(crate) enum StateTransitionSteps {
pub enum StateTransitionSteps {
/// States apply their transitions from [`NextState`](super::NextState)
/// and compute functions based on their parent states.
DependentTransitions,
Expand Down

0 comments on commit be3be13

Please sign in to comment.