diff --git a/crates/bevy_winit/src/state.rs b/crates/bevy_winit/src/state.rs index b9c9bdfb40..9217968d31 100644 --- a/crates/bevy_winit/src/state.rs +++ b/crates/bevy_winit/src/state.rs @@ -475,6 +475,7 @@ impl ApplicationHandler for WinitAppRunnerState { self.lifecycle = AppLifecycle::Suspended; // Trigger one last update to enter the suspended state should_update = true; + self.ran_update_since_last_redraw = false; #[cfg(target_os = "android")] {