We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807df63 commit ff87398Copy full SHA for ff87398
1 file changed
crates/processing_render/src/graphics.rs
@@ -117,7 +117,6 @@ impl CameraProjection for ProcessingProjection {
117
fn update(&mut self, _width: f32, _height: f32) {
118
// this gets called with the render target's physical dimensions (i.e. accounting for
119
// scale factor), but our projection is in logical pixel units
120
- // TODO: handle resizes?
121
self.width = _width;
122
self.height = _height;
123
}
0 commit comments