forked from organicmaps/organicmaps
Warning fixed.
This commit is contained in:
parent
7313db4344
commit
bc3c0e0c84
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ public:
|
|||
pos = screen.GtoP(pos);
|
||||
if (!screen.PixelRect().IsPointInside(pos))
|
||||
{
|
||||
if (foundOffset = CalculateOffsets(pixelSpline, startIndex, pixelOffset))
|
||||
if ((foundOffset = CalculateOffsets(pixelSpline, startIndex, pixelOffset)))
|
||||
break;
|
||||
|
||||
pixelSpline = m2::Spline(m_spline->GetSize());
|
||||
|
|
Loading…
Add table
Reference in a new issue