mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
vector: fixed variable type from int to float
Change-Id: I5ab0d6f14de6e1aa302cb6b4df1f61781dd3468b
This commit is contained in:
parent
e62f74b624
commit
1570254a2e
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user