Skip to content

Commit 141b1be

Browse files
committed
merge conflict resolved
2 parents ee7f14c + 02d60e7 commit 141b1be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/processing_render/src/surface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ pub fn resize(
408408
.resolution
409409
.set_physical_resolution(physical_w, physical_h);
410410
}
411-
411+
412412
// SurfaceSize changes on resize, if not handled will break APIs dependent on correct SurfaceSize
413413
for (target, mut surface_size) in graphics_query.iter_mut() {
414414
if let RenderTarget::Window(WindowRef::Entity(surface)) = *target {

0 commit comments

Comments
 (0)