summaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/node.c b/src/node.c
index f253e5b..72af575 100644
--- a/src/node.c
+++ b/src/node.c
@@ -76,8 +76,7 @@ ganv_node_init(GanvNode* node)
impl->force.y = 0.0;
impl->vel.x = 0.0;
impl->vel.y = 0.0;
- impl->has_in_edges = FALSE;
- impl->has_out_edges = FALSE;
+ impl->connected = FALSE;
#endif
}