From a897d2e0ba7744c818eed46441347cfb4f384613 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Wed, 22 Jan 2014 17:37:11 +0000 Subject: graph connections working, beginning render context --- NT/src/graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NT/src/graph.cpp') diff --git a/NT/src/graph.cpp b/NT/src/graph.cpp index f774528..ef638cc 100644 --- a/NT/src/graph.cpp +++ b/NT/src/graph.cpp @@ -50,7 +50,7 @@ bool Graph::parse_json(string &data,string &media_path){ clear(); Node_factory factory; check_audio(root["audio"].asString(),media_path); - init(root["id"].asString(),root["description"].asString()); + init(root["id"].asString()); Json::Value jnodes = root["nodes"]; for ( uint32_t i = 0; i < jnodes.size(); ++i ) { string node_id=jnodes[i]["id"].asString(); -- cgit v1.2.3