summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
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){