We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d8fa9 commit 19d9e26Copy full SHA for 19d9e26
crates/bevy_time/src/lib.rs
@@ -58,7 +58,7 @@ pub fn create_time_channels() -> (TimeSender, TimeReceiver) {
58
(TimeSender(s), TimeReceiver(r))
59
}
60
61
-/// The system used to update the time. If there is a render world the time is sent from
+/// The system used to update the [`Time`] used by app logic. If there is a render world the time is sent from
62
/// there to this system through channels. Otherwise the time is updated in this system.]
63
fn time_system(
64
mut time: ResMut<Time>,
0 commit comments