Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Jul 24, 2023
1 parent 0229fad commit 6a046f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/transition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ pub trait StateWithSet {

impl DeStateTransition for App {
fn add_state_with_set<S: States + StateWithSet>(&mut self) -> &mut Self {
// TODO check if it is possible to modify apply_state_transition::<S> instead
self.init_resource::<State<S>>()
.init_resource::<NextState<S>>()
.add_systems(
Expand Down

0 comments on commit 6a046f5

Please sign in to comment.