This commit is contained in:
Branimir Karadžić 2016-01-14 23:47:56 -08:00
parent 38531770e3
commit 5e061f4395

View File

@ -6342,7 +6342,10 @@ namespace bgfx { namespace gl
blitMsaaFbo();
GL_CHECK(glBindVertexArray(m_vao) );
if (m_vaoSupport)
{
GL_CHECK(glBindVertexArray(m_vao) );
}
if (0 < _render->m_num)
{