Fixed imgui program leak.

This commit is contained in:
bkaradzic 2013-07-10 21:15:27 -07:00
parent da5d390262
commit ea5201d07e

View File

@ -223,6 +223,8 @@ struct Imgui
{
bgfx::destroyUniform(u_texColor);
bgfx::destroyTexture(m_fontTexture);
bgfx::destroyProgram(m_colorProgram);
bgfx::destroyProgram(m_textureProgram);
}
bool anyActive() const