1
0
forked from 0ad/0ad

Fix bug with failing to reset GL state when sometimes necessary

This was SVN commit r8172.
This commit is contained in:
Ykkrosh 2010-09-24 21:42:41 +00:00
parent 6d82bfaabf
commit 58026a3c6d

View File

@ -632,10 +632,6 @@ void GUIRenderer::Draw(DrawCalls &Calls)
}
}
if (cit->m_EnableBlending)
{
glDisable(GL_BLEND);
}
}
}