bevy/crates/bevy_state/src
Vitaliy Sapronenko e9a3a0d694
Clear messed up feature flag on AppExitStates impl (#13737)
# Objective

- In #13649 additional method had been added to AppExitStates, but there
feature gate left for method in implementation for App at refactoring
stage.
- Fixes #13733 .

## Solution

- Removed the feature gate.

## Testing

- Ran reproducing example from #13733 with no compilation errors
2024-06-09 13:49:03 +00:00
..
state rename the crate bevy_state_macros_official back to its original name (#13732) 2024-06-07 12:49:21 +00:00
app.rs Clear messed up feature flag on AppExitStates impl (#13737) 2024-06-09 13:49:03 +00:00
condition.rs rename the crate bevy_state_macros_official back to its original name (#13732) 2024-06-07 12:49:21 +00:00
lib.rs Generalize StateTransitionEvent<S> to allow identity transitions (#13579) 2024-06-04 14:23:24 +00:00
state_scoped.rs Generalize StateTransitionEvent<S> to allow identity transitions (#13579) 2024-06-04 14:23:24 +00:00