summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-11-08 10:13:05 +0000
committerTim Redfern <tim@eclectronics.org>2013-11-08 10:13:05 +0000
commita22751cac56d143e41f1336b962d83032e06dd61 (patch)
tree88763a0442612a31c0307a11cb8309e3cc6b6d94 /rotord/src/graph.cpp
parentab6e18cbb962c4ecc5a5099b1e3f1fff8d227ff6 (diff)
parent6d5ef1f8ed4c97814718dead6e6949704217a66d (diff)
fix media path with json loader
Diffstat (limited to 'rotord/src/graph.cpp')
-rw-r--r--rotord/src/graph.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index 9622c04..ebfcece 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -333,7 +333,6 @@ bool Graph::parseJson(string &data,string &media_path){
}
if (attr->type=="string") {
val=jnodes[i]["attributes"][m]["value"].asString();
- //attr->value=val;
attr->init(val);
}
if (attr->type=="array"){