Skip to content

Commit ba0cfe1

Browse files
committed
Fix occasional transform breakages
1 parent 975f15f commit ba0cfe1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editor/src/messages/tool/common_functionality/graph_modification_utils.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ pub fn new_vector_layer(subpaths: Vec<Subpath<ManipulatorGroupId>>, layer_path:
1616
id: *layer_path.last().unwrap(),
1717
subpaths: subpaths.clone(),
1818
});
19-
20-
let network = node_graph::new_vector_network(subpaths);
21-
new_custom_layer(network, layer_path, responses);
2219
}
2320

2421
pub fn new_custom_layer(network: NodeNetwork, layer_path: Vec<LayerId>, responses: &mut VecDeque<Message>) {

0 commit comments

Comments
 (0)