Commit 1fa52e31 authored by w4t's avatar w4t

ImGui 1.62 fix

parent 16f417e8
Pipeline #55 canceled with stages
......@@ -20,12 +20,15 @@ namespace ofxImGui
: lastTime(0.0f)
, engine(nullptr)
, theme(nullptr)
{}
{
ImGui::CreateContext();
}
//--------------------------------------------------------------
Gui::~Gui()
{
exit();
ImGui::DestroyContext();
}
//--------------------------------------------------------------
......
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