set orig frame for blend with source

This commit is contained in:
lostjared
2017-02-07 18:57:35 -08:00
parent 8ad2dfe0ec
commit f60646c513
2 changed files with 1 additions and 0 deletions

BIN
src/Acid.Cam.v2.Qt Executable file

Binary file not shown.

View File

@@ -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) {