diff --git a/crates/bevy_time/src/fixed.rs b/crates/bevy_time/src/fixed.rs index 57ed2f267f7f73..11e9bef5dc939e 100644 --- a/crates/bevy_time/src/fixed.rs +++ b/crates/bevy_time/src/fixed.rs @@ -168,9 +168,10 @@ pub fn run_fixed_update_schedule( // Run the schedule until we run out of accumulated time let _ = world.try_schedule_scope(FixedUpdate, |world, schedule| { while world.resource_mut::>().expend() { - world.resource::>().as_generic().clone_into(world.resource_mut::