diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-11-06 14:59:52 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-11-06 14:59:52 +0000 |
| commit | 5af4b4e30889b4002bade73336dc0329901d9623 (patch) | |
| tree | 2418fd2fecda6cb03584ef41e10e634c858889f3 /rotord/src/rendercontext.cpp | |
| parent | 6fccbe2cb9df61517aa5d9d6ac7b69ba763d4bc1 (diff) | |
fix audio thumbnail issue
Diffstat (limited to 'rotord/src/rendercontext.cpp')
| -rw-r--r-- | rotord/src/rendercontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/rendercontext.cpp b/rotord/src/rendercontext.cpp index 2016395..c3d8b93 100644 --- a/rotord/src/rendercontext.cpp +++ b/rotord/src/rendercontext.cpp @@ -24,7 +24,7 @@ void Render_context::runTask() { } } if (graph.load_audio(graph.audio_filename,processors)) { - graph.audio_loaded=false; + graph.audio_loaded=true; state=IDLE; } else { |
