fixed typo

This commit is contained in:
Jared Bruni
2019-09-26 08:44:32 -07:00
parent 7a0a4f6bf9
commit ff1949f67e

View File

@@ -252,7 +252,7 @@ void Playback::run() {
if(ac::release_frames) {
std::cout << "Cleared Frames...\n";
ac::release_all_objects();
release_frames = false;
ac::release_frames = false;
}
if(!capture.read(frame)) {
if(repeat_video && mode == MODE_VIDEO) {