summaryrefslogtreecommitdiff
path: root/NT/src/graph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NT/src/graph.cpp')
-rw-r--r--NT/src/graph.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp
index 3fec39d..87a7b87 100644
--- a/NT/src/graph.cpp
+++ b/NT/src/graph.cpp
@@ -62,10 +62,7 @@ bool Graph::parse_json(string &data,string &media_path){
//
//node.create_links(nodes)
//will allow the nodes to be passed into each member of a variable array
- for (auto var: node->vars){
-
-
- }
+ node->create_connections(nodes);
nodes[node_id]=node;
}
else cerr << "ERROR: duplicate node '"<<node_id<<"' "<< endl;