We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b689301 commit e30801cCopy full SHA for e30801c
1 file changed
crates/processing_render/src/surface.rs
@@ -412,7 +412,8 @@ pub fn resize(
412
// SurfaceSize changes on resize, if not handled will break APIs dependent on correct SurfaceSize
413
for (target, mut surface_size) in graphics_query.iter_mut() {
414
if let RenderTarget::Window(WindowRef::Entity(surface)) = *target
415
- && surface == window_entity {
+ && surface == window_entity
416
+ {
417
*surface_size = SurfaceSize(width, height);
418
}
419
0 commit comments