diff --git a/openbr/plugins/misc.cpp b/openbr/plugins/misc.cpp index d9d4ef0..5d0af07 100644 --- a/openbr/plugins/misc.cpp +++ b/openbr/plugins/misc.cpp @@ -659,7 +659,7 @@ class ProgressCounterTransform : public TimeVaryingTransform if (frame == last_frame && frame != -1) continue; - // Don't + // Use 1 as the starting index for progress output Globals->currentProgress = dst[i].file.get("progress",0)+1; dst[i].file.remove("progress"); last_frame = frame;