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
This commit is contained in:
parent
971723e4b4
commit
b14684ee12
@ -177,7 +177,6 @@ impl AppExtStates for App {
|
|||||||
self
|
self
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "bevy_hierarchy")]
|
|
||||||
fn enable_state_scoped_entities<S: States>(&mut self) -> &mut Self {
|
fn enable_state_scoped_entities<S: States>(&mut self) -> &mut Self {
|
||||||
self.main_mut().enable_state_scoped_entities::<S>();
|
self.main_mut().enable_state_scoped_entities::<S>();
|
||||||
self
|
self
|
||||||
|
Loading…
Reference in New Issue
Block a user