Merge pull request #656 from taylor001/master

Fixed issue #652
This commit is contained in:
Branimir Karadžić 2016-01-14 23:47:23 -08:00
commit 38531770e3

View file

@ -6342,6 +6342,8 @@ namespace bgfx { namespace gl
blitMsaaFbo();
GL_CHECK(glBindVertexArray(m_vao) );
if (0 < _render->m_num)
{
if (0 != (m_resolution.m_flags & BGFX_RESET_FLUSH_AFTER_RENDER) )