Commit 7ceec1d4 authored by w4t's avatar w4t

formatting

parent b032996d
Pipeline #69 canceled with stages
......@@ -40,8 +40,10 @@ namespace ofxImGui
io.MouseDrawCursor = false;
if (engine)
{
delete engine;
engine = nullptr;
}
#if defined(TARGET_OPENGLES)
engine = new EngineOpenGLES();
#elif defined (OF_TARGET_API_VULKAN)
......
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