Skip to content

Commit

Permalink
and another
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 28, 2021
1 parent f2c3b16 commit f52e85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ impl App {
.remove(&std::any::TypeId::of::<T>());
self.world
.remove_resource::<Init<T>>()
.map(|startup| startup.0)
.map(|initialization| initialization.0)
}

/// Check that all initialization resources have been consumed, panicking otherwise.
Expand Down

0 comments on commit f52e85a

Please sign in to comment.