Fixed imgui program leak.
This commit is contained in:
parent
da5d390262
commit
ea5201d07e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user