From 6aa2dce0d1fb4257a5df49459484d39037a6da8f 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 2339559792..86646e3f1c 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