Commit 5e7ee4498c242d67b3938337e7953c831287ffb0

Authored by Scott Klum
1 parent f887a0b5

Finish comment

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/misc.cpp
@@ -659,7 +659,7 @@ class ProgressCounterTransform : public TimeVaryingTransform @@ -659,7 +659,7 @@ class ProgressCounterTransform : public TimeVaryingTransform
659 if (frame == last_frame && frame != -1) 659 if (frame == last_frame && frame != -1)
660 continue; 660 continue;
661 661
662 - // Don't 662 + // Use 1 as the starting index for progress output
663 Globals->currentProgress = dst[i].file.get<qint64>("progress",0)+1; 663 Globals->currentProgress = dst[i].file.get<qint64>("progress",0)+1;
664 dst[i].file.remove("progress"); 664 dst[i].file.remove("progress");
665 last_frame = frame; 665 last_frame = frame;