forked from organicmaps/organicmaps
Fixed typo caused crash.
This commit is contained in:
parent
a3fd61b629
commit
96b520ce75
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ void Navigator::StartMomentScaleReseter()
|
|||
|
||||
void Navigator::KillMomentScaleReseter()
|
||||
{
|
||||
if (m_reseterTask == NULL)
|
||||
if (m_reseterTask)
|
||||
m_reseterTask->CancelBlocking();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue