forked from organicmaps/organicmaps
Merge pull request #3690 from mpimenov/lenth
[geometry] Fixed a warning message.
This commit is contained in:
commit
19af6cdc39
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void Spline::AddPoint(PointD const & pt)
|
|||
/// Now we have line objects with zero length segments
|
||||
if (!IsEmpty() && (pt - m_position.back()).IsAlmostZero())
|
||||
{
|
||||
LOG(LDEBUG, ("Found seqment with zero lenth (the ended points are same)"));
|
||||
LOG(LDEBUG, ("Found a zero-length segment (the endpoints coincide)"));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue