Commit 906dad97 authored by w4t's avatar w4t

call engine exit

parent cf3b0811
Pipeline #72 canceled with stages
......@@ -550,7 +550,7 @@ namespace ofxImGui
{
glDeleteTextures(1, &g_FontTexture);
//JVC: This is causing an error
//ImGui::GetIO().Fonts->TexID = 0;
ImGui::GetIO().Fonts->TexID = 0;
g_FontTexture = 0;
}
}
......
......@@ -49,7 +49,7 @@ namespace ofxImGui
//--------------------------------------------------------------
void Gui::exit()
{
engine.exit();
if (theme)
{
delete theme;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment