summaryrefslogtreecommitdiff
path: root/rotord/src/graph.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-09-17 12:15:54 +0100
committerTim Redfern <tim@eclectronics.org>2013-09-17 12:15:54 +0100
commit2de4f935a611e74428dea87e060dc9b38244b9ff (patch)
tree1db2b6966710e48285d0795354f255cf7252c9c8 /rotord/src/graph.cpp
parentc23c67796989dd436955dbcb14c6c5b8199abca1 (diff)
retain audio after load
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 74a569b..eada044 100644
--- a/rotord/src/graph.cpp
+++ b/rotord/src/graph.cpp
@@ -275,7 +275,6 @@ 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){