forked from organicmaps/organicmaps
fixed bug with non-cleared old surface while empty-model-message drawing.
This commit is contained in:
parent
979b2bcbda
commit
686219ebfa
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ namespace yg
|
|||
|
||||
void RenderStateUpdater::endFrame()
|
||||
{
|
||||
if ((m_renderState) && (m_indicesCount))
|
||||
if (m_renderState)
|
||||
updateActualTarget();
|
||||
|
||||
m_indicesCount = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue