From e3b82f38eae9d4b0f3368b1bd6f4cc3030c992fb Mon Sep 17 00:00:00 2001 From: Lucidus115 Date: Mon, 24 Oct 2022 20:42:13 +0000 Subject: [PATCH] Re-add local bool `has_received_time` in `time_system` (#6357) # Objective - Fixes #6355 ## Solution - Add the removed local bool from #6159 --- crates/bevy_time/src/lib.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/crates/bevy_time/src/lib.rs b/crates/bevy_time/src/lib.rs index 233955979282f..86646e3f1c2ce 100644 --- a/crates/bevy_time/src/lib.rs +++ b/crates/bevy_time/src/lib.rs @@ -81,13 +81,17 @@ fn time_system( mut time: ResMut