diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-08 10:13:05 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-08 10:13:05 +0000 |
| commit | a22751cac56d143e41f1336b962d83032e06dd61 (patch) | |
| tree | 88763a0442612a31c0307a11cb8309e3cc6b6d94 /rotord/src/graph.cpp | |
| parent | ab6e18cbb962c4ecc5a5099b1e3f1fff8d227ff6 (diff) | |
| parent | 6d5ef1f8ed4c97814718dead6e6949704217a66d (diff) | |
fix media path with json loader
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 1 |
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"){ |
