lottie: fixed an incorrect view clipping problem.

this missing initialization occured an incorrect view clipping.
This commit is contained in:
Hermet Park 2023-09-19 19:36:04 +09:00
parent 5ed7034c45
commit 99609c7968

View file

@ -442,7 +442,7 @@ struct LottieLayer : LottieGroup
Array<LottieMask*> masks;
float timeStretch = 1.0f;
uint32_t w, h;
uint32_t w = 0, h = 0;
int32_t inFrame = 0;
int32_t outFrame = 0;
uint32_t startFrame = 0;