fixed ASSERT in ScreenCoverage::Merge.

This commit is contained in:
rachytski 2012-10-01 19:31:19 +03:00 committed by Alex Zolotarev
parent df2bd863b6
commit 079b563850

View file

@ -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;