Skip to content

Commit 51498f3

Browse files
tmp
1 parent 1331f22 commit 51498f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node-graph/gstd/src/render_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ async fn render<'a: 'n>(
209209
surface_id: surface_handle.window_id,
210210
// TODO: Find a cleaner way to get the unscaled resolution here.
211211
// This is done because the surface frame (canvas) is in logical pixels, not physical pixels.
212-
resolution: footprint.resolution,
212+
resolution,
213213
transform: glam::DAffine2::IDENTITY,
214214
};
215215

0 commit comments

Comments
 (0)