Fixed issue #652

This commit is contained in:
Daniele Bartolini 2016-01-15 08:28:36 +01:00
parent 7a686ee6f0
commit 7d425cd2d4

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) )