Skip to content

Commit ff87398

Browse files
committed
Removed Todo comment
1 parent 807df63 commit ff87398

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/processing_render/src/graphics.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ impl CameraProjection for ProcessingProjection {
117117
fn update(&mut self, _width: f32, _height: f32) {
118118
// this gets called with the render target's physical dimensions (i.e. accounting for
119119
// scale factor), but our projection is in logical pixel units
120-
// TODO: handle resizes?
121120
self.width = _width;
122121
self.height = _height;
123122
}

0 commit comments

Comments
 (0)