forked from organicmaps/organicmaps
[graphics] Draw big blurred tile only if it was cached (faster rendering, less flickering)
This commit is contained in:
parent
5acbb74142
commit
5d2c76d856
1 changed files with 3 additions and 1 deletions
|
@ -386,9 +386,11 @@ void CoverageGenerator::ComputeCoverTasks()
|
|||
}
|
||||
else
|
||||
{
|
||||
newRects.push_back(ri);
|
||||
if (m_coverageInfo.m_tiler.isLeaf(ri))
|
||||
{
|
||||
newRects.push_back(ri);
|
||||
++m_backCoverage->m_renderLeafTilesCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue