We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf67ea commit d89781aCopy full SHA for d89781a
crates/bevy_time/src/lib.rs
@@ -71,7 +71,7 @@ fn time_system(
71
time.update_with_instant(new_time);
72
*has_received_time = true;
73
} else if *has_received_time {
74
- warn!("time_system did not receive time from render world! Calculations depending on the time may be incorrect.");
+ warn!("time_system did not receive the time from the render world! Calculations depending on the time may be incorrect.");
75
}
76
} else {
77
time.update();
0 commit comments