diff --git a/src/examples/Lottie.cpp b/src/examples/Lottie.cpp index a5f765b4..2ef1cc77 100644 --- a/src/examples/Lottie.cpp +++ b/src/examples/Lottie.cpp @@ -108,7 +108,7 @@ void tvgDrawCmds(tvg::Canvas* canvas) 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 for (auto& animation : animations) {