Skip to content

Commit e53c6df

Browse files
Update node_graph_executor.rs
1 parent a36675c commit e53c6df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

editor/src/node_graph_executor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ impl NodeGraphExecutor {
254254
..Default::default()
255255
},
256256
// For exports, keep the internal render scale at 1.0 and apply the user scale factor only to the bitmap size later
257-
scale: 1.0,
257+
scale: 1.,
258258
time: Default::default(),
259259
pointer: DVec2::ZERO,
260260
export_format,

0 commit comments

Comments
 (0)