forked from organicmaps/organicmaps
fixed ASSERT in ScreenCoverage::Merge.
This commit is contained in:
parent
df2bd863b6
commit
079b563850
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ void CoverageGenerator::CoverScreen(core::CommandsQueue::Environment const & env
|
|||
threads::MutexGuard g(m_mutex);
|
||||
swap(m_currentCoverage, m_workCoverage);
|
||||
}
|
||||
else
|
||||
{
|
||||
/// we should skip all the following MergeTile commands
|
||||
++m_sequenceID;
|
||||
}
|
||||
|
||||
m_doForceUpdate = !shouldSwap;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue