diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-09-17 12:15:54 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-09-17 12:15:54 +0100 |
| commit | 2de4f935a611e74428dea87e060dc9b38244b9ff (patch) | |
| tree | 1db2b6966710e48285d0795354f255cf7252c9c8 /rotord/src | |
| parent | c23c67796989dd436955dbcb14c6c5b8199abca1 (diff) | |
retain audio after load
Diffstat (limited to 'rotord/src')
| -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 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){ |
