forked from organicmaps/organicmaps
Fix: update m_lastAcceptedInfo every time when a point is accepted
This commit is contained in:
parent
0c0a3f9b60
commit
a64029d7a6
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ void GpsTrackFilter::Process(vector<location::GpsInfo> const & inPoints,
|
|||
else if (IsGoodPoint(currInfo))
|
||||
{
|
||||
outPoints.emplace_back(currInfo);
|
||||
m_lastAcceptedInfo = currInfo;
|
||||
}
|
||||
|
||||
m_lastInfo = currInfo;
|
||||
|
|
Loading…
Add table
Reference in a new issue