fix progress

This commit is contained in:
maliakal_d 2022-01-28 16:35:51 +01:00
parent 80c1c6428a
commit a771c56f6f

View File

@ -459,7 +459,7 @@ uint64_t Implementation::getCurrentFrameIndex() const {
double Implementation::getProgress() const {
// get minimum of processed frame indices
uint64_t currentFrameIndex = -1;
uint64_t currentFrameIndex = 0;
uint32_t flagsum = 0;
for (const auto &it : listener) {