summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-10 13:40:26 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-10 13:40:26 +0100
commit9ef45919f0eb3bebeb6ee1ee6e1da2d859b43790 (patch)
treed83d2061a72ffb62bbe48fc0323e09b7cbe9c334 /rotord/src/graph.cpp
parent157d5cf3af1bc4e6d4391d51bb4aa3699022ee6b (diff)
fix audio loader on reinit graph
Diffstat (limited to 'rotord/src/graph.cpp')
-rw-r--r--rotord/src/graph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp
index 03d0a4b..2e89a4c 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -261,6 +261,7 @@ bool Graph::check_audio(string audio,string path){
}
cerr<<"Rotor: audio file "<<path+audio<<" not found"<<endl;
}
+ audio_loaded=false;
return false;
}
bool Graph::parseJson(string &data,string &media_path){