aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'experimental')
-rw-r--r--experimental/skotty/SkottyAnimator.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/experimental/skotty/SkottyAnimator.cpp b/experimental/skotty/SkottyAnimator.cpp
index 7c4c16e780..d9f9b39ff1 100644
--- a/experimental/skotty/SkottyAnimator.cpp
+++ b/experimental/skotty/SkottyAnimator.cpp
@@ -40,6 +40,7 @@ void KeyframeInterval<ShapeValue>::lerp(float t, ShapeValue* v) const {
SkASSERT(v->cardinality() == 0);
SkAssertResult(fV1.fPath.interpolate(fV0.fPath, t, &v->fPath));
+ v->fPath.setIsVolatile(true);
}
float AnimatorBase::ComputeLocalT(float t, float t0, float t1,