Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Duration in
LottieRenderer
rounds down milliseconds (#2808)
Duration in LottieRenderer rounds down milliseconds and causes two problems: Speeds up when rendering a Lottie animation that duration is non-integer seconds. When rendering Lottie animation that duration shorter than one second, duration of the animation will detect as zero seconds and cause the hole game freeze at a single frame.
- Loading branch information