diff options
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)); } // |
