Fixed destroy msaa fbo at shutdown.

This commit is contained in:
bkaradzic
2013-03-09 16:17:38 -08:00
parent b01a1774c9
commit 7c91a7d732

View File

@@ -415,7 +415,10 @@ namespace bgfx
m_queries.destroy();
#endif // BGFX_CONFIG_RENDERER_OPENGL
destroyMsaaFbo();
m_glctx.destroy();
m_flip = false;
}
IndexBuffer m_indexBuffers[BGFX_CONFIG_MAX_INDEX_BUFFERS];