vector: fixed variable type from int to float

Change-Id: I5ab0d6f14de6e1aa302cb6b4df1f61781dd3468b
This commit is contained in:
Jaeun Choi 2018-07-27 15:42:05 +09:00
parent e62f74b624
commit 1570254a2e

View File

@ -24,7 +24,7 @@ private:
VPointF mStartPt; VPointF mStartPt;
VPointF mCurPt; VPointF mCurPt;
int mCurrentDashIndex; int mCurrentDashIndex;
int mCurrentDashLength; float mCurrentDashLength;
bool mIsCurrentOperationGap; bool mIsCurrentOperationGap;
float mDashOffset; float mDashOffset;
VPath mDashedPath; VPath mDashedPath;