diff --git a/src/Acid.Cam.v2.Qt b/src/Acid.Cam.v2.Qt new file mode 100755 index 0000000..343246d Binary files /dev/null and b/src/Acid.Cam.v2.Qt differ diff --git a/src/main_window.cpp b/src/main_window.cpp index d1884e2..6acf4e9 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -84,6 +84,7 @@ void Playback::run() { mutex.unlock(); return; } + ac::orig_frame = frame.clone(); if(current.size()>0) { ac::in_custom = true; for(unsigned int i = 0; i < current.size(); ++i) {