Bevy version
bug started appearing after #11227
Relevant system information
INFO bevy_render::renderer: AdapterInfo { name: "NVIDIA GeForce RTX 4080", vendor: 4318, device: 9988, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "546.33", backend: Vulkan }
INFO bevy_diagnostic::system_information_diagnostics_plugin::internal: SystemInfo { os: "Windows 10 Pro", kernel: "19045", cpu: "", core_count: "8", memory: "63.9 GiB" }
What you did
cargo run --example window_settings
What went wrong
The window never becomes visible
Additional information
For some reason, Update systems never get called when the window is invisible.
Bevy version
bug started appearing after #11227
Relevant system information
What you did
cargo run --example window_settingsWhat went wrong
The window never becomes visible
Additional information
For some reason, Update systems never get called when the window is invisible.