diff --git a/include/polyscope/render/opengl/gl_engine_egl.h b/include/polyscope/render/opengl/gl_engine_egl.h index 5eb98016..24d93ef3 100644 --- a/include/polyscope/render/opengl/gl_engine_egl.h +++ b/include/polyscope/render/opengl/gl_engine_egl.h @@ -16,9 +16,6 @@ #include "imgui.h" -#define IMGUI_IMPL_OPENGL_LOADER_GLAD -#include "backends/imgui_impl_glfw.h" // TODO -#include "backends/imgui_impl_opengl3.h" #include "polyscope/render/opengl/gl_engine.h" diff --git a/src/render/opengl/gl_engine_egl.cpp b/src/render/opengl/gl_engine_egl.cpp index eb236378..76a957a0 100644 --- a/src/render/opengl/gl_engine_egl.cpp +++ b/src/render/opengl/gl_engine_egl.cpp @@ -129,7 +129,7 @@ void initializeRenderEngine_egl() { GLEngineEGL::GLEngineEGL() {} GLEngineEGL::~GLEngineEGL() { - // eglTerminate(eglDisplay) // TODO + // eglTerminate(eglDisplay) // TODO handle termination } void GLEngineEGL::initialize() {