diff --git a/crates/bevy_core/src/time/fixed_timestep.rs b/crates/bevy_core/src/time/fixed_timestep.rs index d79f4e6ccf0f3..0d6abf2b9cdd0 100644 --- a/crates/bevy_core/src/time/fixed_timestep.rs +++ b/crates/bevy_core/src/time/fixed_timestep.rs @@ -119,7 +119,7 @@ impl FixedTimestep { fn prepare_system( mut state: LocalFixedTimestepState, - ) -> impl FnMut(Res