mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
fixed typo
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user