From: Jaeun Choi Date: Fri, 27 Jul 2018 06:42:05 +0000 (+0900) Subject: vector: fixed variable type from int to float X-Git-Tag: submit/tizen/20180917.042405~181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F185267%2F1;p=platform%2Fcore%2Fuifw%2Flottie-player.git vector: fixed variable type from int to float Change-Id: I5ab0d6f14de6e1aa302cb6b4df1f61781dd3468b --- diff --git a/src/vector/vdasher.h b/src/vector/vdasher.h index 5b5c66d..c200788 100644 --- a/src/vector/vdasher.h +++ b/src/vector/vdasher.h @@ -24,7 +24,7 @@ private: VPointF mStartPt; VPointF mCurPt; int mCurrentDashIndex; - int mCurrentDashLength; + float mCurrentDashLength; bool mIsCurrentOperationGap; float mDashOffset; VPath mDashedPath;