We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13357e commit 432ce72Copy full SHA for 432ce72
pipelined/bevy_render2/src/view/window.rs
@@ -136,7 +136,7 @@ pub fn prepare_windows(
136
};
137
138
// Do the initial surface configuration if it hasn't been configured yet
139
- if window_surfaces.configured_windows.insert(window.id) {
+ if window_surfaces.configured_windows.insert(window.id) || window.size_changed {
140
render_device.configure_surface(surface, &swap_chain_descriptor);
141
}
142
0 commit comments