mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-15 12:34:30 +00:00
examples/lottie: do not scan samples recursively.
lottie/extensions will be only accessed by LottieExtension
This commit is contained in:
parent
25e6539ea7
commit
54acc7c955
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void tvgDrawCmds(tvg::Canvas* canvas)
|
||||||
|
|
||||||
if (canvas->push(std::move(shape)) != tvg::Result::Success) return;
|
if (canvas->push(std::move(shape)) != tvg::Result::Success) return;
|
||||||
|
|
||||||
eina_file_dir_list(EXAMPLE_DIR"/lottie", EINA_TRUE, lottieDirCallback, canvas);
|
eina_file_dir_list(EXAMPLE_DIR"/lottie", EINA_FALSE, lottieDirCallback, canvas);
|
||||||
|
|
||||||
//Run animation loop
|
//Run animation loop
|
||||||
for (auto& animation : animations) {
|
for (auto& animation : animations) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue