From 62a4e7e6dd9f34658a176d49db5a6fa2dc07c4e3 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Fri, 1 Nov 2024 11:49:30 +0900 Subject: [PATCH] example: ++corection --- examples/LottieExtension.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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