forked from organicmaps/organicmaps-tmp
[routing] Fix debug code
This commit is contained in:
parent
3d0b5f5797
commit
39a578fa9f
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ void AsyncRouter::RouterDelegateProxy::OnPointCheck(m2::PointD const & pt)
|
|||
lock_guard<mutex> l(m_guard);
|
||||
CHECK(m_onPointCheck, ());
|
||||
|
||||
if (m_delegateProxy.IsCancelled())
|
||||
if (m_delegate.IsCancelled())
|
||||
return;
|
||||
|
||||
onPointCheck = m_onPointCheck;
|
||||
|
|
Loading…
Add table
Reference in a new issue