diff --git a/crates/bevy_app/src/ci_testing.rs b/crates/bevy_app/src/ci_testing.rs index 21e22bec04e9a..3a8c3959d84bc 100644 --- a/crates/bevy_app/src/ci_testing.rs +++ b/crates/bevy_app/src/ci_testing.rs @@ -11,7 +11,7 @@ pub struct CiTestingConfig { } fn ci_testing_exit_after( - mut current_frame: bevy_ecs::prelude::Local, + mut current_frame: bevy_ecs::prelude::Local, ci_testing_config: bevy_ecs::prelude::Res, mut app_exit_events: crate::EventWriter, ) { diff --git a/crates/bevy_core/src/time/fixed_timestep.rs b/crates/bevy_core/src/time/fixed_timestep.rs index c03d87296fa50..e85449f59fe84 100644 --- a/crates/bevy_core/src/time/fixed_timestep.rs +++ b/crates/bevy_core/src/time/fixed_timestep.rs @@ -89,7 +89,7 @@ impl FixedTimestep { } fn prepare_system( - mut state: Local, + mut state: Local, time: Res