From 3b4f97911f3dd5319fd756b9c9345a35a07812a8 Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Tue, 21 Aug 2018 14:05:50 +0900 Subject: [PATCH] lottie/parser: changed the datatype of gradient member object . Change-Id: I2b1ca35904f1d5af39c0c76be47af582f9b93041 --- example/resource/{issue => }/insta_camera.json | 0 src/lottie/lottiemodel.h | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename example/resource/{issue => }/insta_camera.json (100%) diff --git a/example/resource/issue/insta_camera.json b/example/resource/insta_camera.json similarity index 100% rename from example/resource/issue/insta_camera.json rename to example/resource/insta_camera.json diff --git a/src/lottie/lottiemodel.h b/src/lottie/lottiemodel.h index e191cbe..2c484b1 100644 --- a/src/lottie/lottiemodel.h +++ b/src/lottie/lottiemodel.h @@ -520,8 +520,8 @@ public: int mGradientType; /* "t" Linear=1 , Radial = 2*/ LOTAnimatable mStartPoint; /* "s" */ LOTAnimatable mEndPoint; /* "e" */ - LOTAnimatable mHighlightLength{0}; /* "h" */ - LOTAnimatable mHighlightAngle{0}; /* "a" */ + LOTAnimatable mHighlightLength{0}; /* "h" */ + LOTAnimatable mHighlightAngle{0}; /* "a" */ LOTAnimatable mOpacity{0}; /* "o" */ LOTAnimatable mGradient; /* "g" */ int mColorPoints{-1}; -- 2.34.1