We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee7f14c + 02d60e7 commit 141b1beCopy full SHA for 141b1be
1 file changed
crates/processing_render/src/surface.rs
@@ -408,7 +408,7 @@ pub fn resize(
408
.resolution
409
.set_physical_resolution(physical_w, physical_h);
410
}
411
-
+
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 {
0 commit comments