aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/skottie/src/SkottieAnimator.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/skottie/src/SkottieAnimator.cpp b/modules/skottie/src/SkottieAnimator.cpp
index a023963906..b2ec87254b 100644
--- a/modules/skottie/src/SkottieAnimator.cpp
+++ b/modules/skottie/src/SkottieAnimator.cpp
@@ -298,7 +298,8 @@ public:
}
if (split_animator->fAnimators.empty()) {
- // Static split property, no need to hold on to the split animator.
+ // Static split property: commit the (buffered) value and discard.
+ split_animator->onTick(0);
return nullptr;
}