Skip to content

Commit

Permalink
Add configured_windows insert back
Browse files Browse the repository at this point in the history
  • Loading branch information
eero-lehtinen committed Mar 18, 2024
1 parent 961381d commit 2f5db2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_render/src/view/window/mod.rs
Expand Up @@ -318,6 +318,8 @@ pub fn prepare_windows(
})
};

window_surfaces.configured_windows.insert(window.entity);

let surface = &surface_data.surface;
match surface.get_current_texture() {
Ok(frame) => {
Expand Down

0 comments on commit 2f5db2d

Please sign in to comment.