loader/lottie: fix a dash gap size.

fix a bug that was introduced by a mistake.
This commit is contained in:
Hermet Park 2023-09-08 14:54:29 +09:00 committed by Hermet Park
parent e14e108d4a
commit f3c8d10b90

View file

@ -56,7 +56,7 @@ struct LottieStroke
float dashGap(int32_t frameNo) float dashGap(int32_t frameNo)
{ {
return dash(1)(frameNo) + dash(2)(frameNo); return dash(2)(frameNo);
} }
float dashSize(int32_t frameNo) float dashSize(int32_t frameNo)