aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'experimental')
-rw-r--r--experimental/skotty/Skotty.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/experimental/skotty/Skotty.cpp b/experimental/skotty/Skotty.cpp
index 9d11812765..d118516d16 100644
--- a/experimental/skotty/Skotty.cpp
+++ b/experimental/skotty/Skotty.cpp
@@ -897,6 +897,9 @@ Animation::Animation(const ResourceProvider& resources,
AttachContext ctx = { resources, assets, fAnimators };
fDom = AttachComposition(json, &ctx);
+ // In case the client calls render before the first tick.
+ this->animationTick(0);
+
LOG("** Attached %d animators\n", fAnimators.count());
}