forked from organicmaps/organicmaps
[threading] Follow-up small fix to CommandsQueue.
This commit is contained in:
parent
f29c8e6f35
commit
f3fc186d74
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ namespace core
|
|||
void CommandsQueue::Executor::CancelCommand()
|
||||
{
|
||||
Routine * routine = m_thread.GetRoutineAs<Routine>();
|
||||
CHECK(routine, ());
|
||||
routine->CancelCommand();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue