mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +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 mCurPt;
|
||||
int mCurrentDashIndex;
|
||||
int mCurrentDashLength;
|
||||
float mCurrentDashLength;
|
||||
bool mIsCurrentOperationGap;
|
||||
float mDashOffset;
|
||||
VPath mDashedPath;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user