diff --git a/src/graph/node.rs b/src/graph/node.rs index 7cb6707..f2921fe 100644 --- a/src/graph/node.rs +++ b/src/graph/node.rs @@ -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, } }