X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Flottie%2Flottiemodel.h;h=b96f8693e2fec38b5d6b7ecb5f5dcf0c4cd48057;hb=532e8faf5f011a85c7343b5fc969fab3c6958cea;hp=c9e0c233c377875f6e1c62658dbea813194a6939;hpb=2af53f5ac7d9a6e1ddc320e2d5606364488a8593;p=platform%2Fcore%2Fuifw%2Flottie-player.git diff --git a/src/lottie/lottiemodel.h b/src/lottie/lottiemodel.h index c9e0c23..b96f869 100644 --- a/src/lottie/lottiemodel.h +++ b/src/lottie/lottiemodel.h @@ -403,7 +403,7 @@ public: long mStartFrame{0}; long mEndFrame{0}; float mFrameRate{60}; - LottieBlendMode mBlendMode; + LottieBlendMode mBlendMode{LottieBlendMode::Normal}; std::shared_ptr mRootLayer; std::unordered_map> mInterpolatorCache;