Skip to content

Commit

Permalink
Remove sample text from node
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-pirog committed Jun 26, 2022
1 parent a3d22a1 commit 26e38dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ impl Node {
circle: Mesh::circle(ctx, ShapeStyle::Fill, Vec2 { x: 0.0, y: 0.0 }, BASE_RADIUS)
.unwrap(),
highlight: NodeHighlight::Normal,
node_text: position.to_string(),
node_text: String::from(""),
font,
}
}
Expand Down

0 comments on commit 26e38dd

Please sign in to comment.