diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-12-02 13:49:46 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-12-02 13:49:46 +0000 |
| commit | ad9715a9e69ad869eaa26fe202da4ba9a729a05d (patch) | |
| tree | df8ea7ecbb016aa226e7f61f93e6c6b277e27409 /rotord/src/graph.cpp | |
| parent | 67758bc2f1ae68a38ed5ec34056aafe5f4530919 (diff) | |
fix feedback glitch 1st frame
Diffstat (limited to 'rotord/src/graph.cpp')
| -rw-r--r-- | rotord/src/graph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/graph.cpp b/rotord/src/graph.cpp index 4039d4b..ef493e8 100644 --- a/rotord/src/graph.cpp +++ b/rotord/src/graph.cpp @@ -108,6 +108,7 @@ bool Graph::video_render(const string &output_filename,const float framerate,int } for (auto f: find_nodes("video_feedback")){ + video_output->clear_output(outW,outH); (dynamic_cast<Video_feedback*>(f))->set_feedback(&(video_output->image)); } // |
