diff --git a/crates/bevy_time/src/lib.rs b/crates/bevy_time/src/lib.rs index 9b1bfc2e76..086b37471f 100644 --- a/crates/bevy_time/src/lib.rs +++ b/crates/bevy_time/src/lib.rs @@ -110,7 +110,7 @@ pub fn create_time_channels() -> (TimeSender, TimeReceiver) { /// The system used to update the [`Time`] used by app logic. If there is a render world the time is /// sent from there to this system through channels. Otherwise the time is updated in this system. -fn time_system( +pub fn time_system( mut real_time: ResMut>, mut virtual_time: ResMut>, mut time: ResMut