forked from organicmaps/organicmaps
small fix
This commit is contained in:
parent
5d7030c15b
commit
3c40f48b39
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ void PathTextHandle::Update(ScreenBase const & screen)
|
|||
|
||||
ASSERT_NOT_EQUAL(advance, 0.0, ());
|
||||
entireLength += advance;
|
||||
PointF const pos = itr.m_pos;
|
||||
PointF const & pos = itr.m_pos;
|
||||
itr.Step(advance);
|
||||
if(entireLength >= m_params.m_offsetEnd * m_scaleFactor || itr.BeginAgain())
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue