Skip to content

Commit

Permalink
Add SpawnScene to prelude (#9451)
Browse files Browse the repository at this point in the history
# Objective

#9260 added this schedule, but it's not in prelude like other schedules.

## Solution

Add to prelude.
  • Loading branch information
Shatur committed Aug 19, 2023
1 parent 5db4a04 commit 756b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_app/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pub mod prelude {
app::App,
main_schedule::{
First, FixedUpdate, Last, Main, PostStartup, PostUpdate, PreStartup, PreUpdate,
Startup, StateTransition, Update,
SpawnScene, Startup, StateTransition, Update,
},
DynamicPlugin, Plugin, PluginGroup,
};
Expand Down

0 comments on commit 756b044

Please sign in to comment.