fixed bug with non-cleared old surface while empty-model-message drawing.

This commit is contained in:
rachytski 2012-02-29 16:42:55 +04:00 committed by Alex Zolotarev
parent 979b2bcbda
commit 686219ebfa

View file

@ -179,7 +179,7 @@ namespace yg
void RenderStateUpdater::endFrame()
{
if ((m_renderState) && (m_indicesCount))
if (m_renderState)
updateActualTarget();
m_indicesCount = 0;