diff --git a/crates/bevy_time/src/fixed.rs b/crates/bevy_time/src/fixed.rs index f1c67ea4a0ca9..b1b6398604685 100644 --- a/crates/bevy_time/src/fixed.rs +++ b/crates/bevy_time/src/fixed.rs @@ -10,7 +10,7 @@ use crate::{time::Time, virt::Virtual}; /// /// A specialization of the [`Time`] structure. **For method documentation, see /// [`Time#impl-Time`].** -/// +/// /// It is automatically inserted as a resource by /// [`TimePlugin`](crate::TimePlugin) and updated based on /// [`Time`](Virtual). The fixed clock is automatically set as the @@ -243,12 +243,12 @@ pub fn run_fixed_main_schedule(world: &mut World) { // Run the schedule until we run out of accumulated time let _ = world.try_schedule_scope(FixedMain, |world, schedule| { while world.resource_mut::>().expend() { - *world.resource_mut::