Skip to content

Commit f52e85a

Browse files
committed
and another
1 parent f2c3b16 commit f52e85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_app/src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ impl App {
627627
.remove(&std::any::TypeId::of::<T>());
628628
self.world
629629
.remove_resource::<Init<T>>()
630-
.map(|startup| startup.0)
630+
.map(|initialization| initialization.0)
631631
}
632632

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

0 commit comments

Comments
 (0)