diff --git a/examples/LottieExtension.cpp b/examples/LottieExtension.cpp index 32482705..6f732e1c 100644 --- a/examples/LottieExtension.cpp +++ b/examples/LottieExtension.cpp @@ -61,7 +61,7 @@ struct UserExample : tvgexam::Example //slotsample { auto progress = tvgexam::progress(elapsed, slotAnimation->duration()); - slotAnimation->frame(markerAnimation->totalFrame() * progress); + slotAnimation->frame(slotAnimation->totalFrame() * progress); } //marker