example: update example with exploding star resource

This commit is contained in:
subhransu mohanty
2019-06-03 10:42:26 +09:00
committed by Subhransu
parent 3f4ef28dfa
commit 8eab41abd3
3 changed files with 3 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ main(int argc, char **argv)
st = static_cast<Strategy>(option);
}
LottieViewTest *view = new LottieViewTest(app, st);
view->show(150);
view->show(250);
app->addExitCb(onExitCb, view);
app->addRenderPreCb(onRenderPreCb, view);