Add SpawnScene to prelude (#9451)
# Objective #9260 added this schedule, but it's not in prelude like other schedules. ## Solution Add to prelude.
This commit is contained in:
parent
5db4a04a76
commit
756b044f39
@ -26,7 +26,7 @@ pub mod prelude {
|
|||||||
app::App,
|
app::App,
|
||||||
main_schedule::{
|
main_schedule::{
|
||||||
First, FixedUpdate, Last, Main, PostStartup, PostUpdate, PreStartup, PreUpdate,
|
First, FixedUpdate, Last, Main, PostStartup, PostUpdate, PreStartup, PreUpdate,
|
||||||
Startup, StateTransition, Update,
|
SpawnScene, Startup, StateTransition, Update,
|
||||||
},
|
},
|
||||||
DynamicPlugin, Plugin, PluginGroup,
|
DynamicPlugin, Plugin, PluginGroup,
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user