You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/bevy_app/src/app.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -636,7 +636,7 @@ impl App {
636
636
.values()
637
637
.for_each(|v| error!("Initialization resource \"{}\" has not been consumed", v));
638
638
if !self.initialization_resources.is_empty(){
639
-
panic!("All initialization resources have not been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
639
+
panic!("Not all initialization resources have been consumed. This can happen if you inserted an initialization resource after the plugin consuming it.")
0 commit comments