Browse Source

Fixed issue #652

Daniele Bartolini 10 years ago
parent
commit
7d425cd2d4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/renderer_gl.cpp

+ 2 - 0
src/renderer_gl.cpp

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