diff --git a/event_camera_simulator/imp/imp_opengl_renderer/src/opengl_renderer.cpp b/event_camera_simulator/imp/imp_opengl_renderer/src/opengl_renderer.cpp index e91b4ff..e3ba3ae 100644 --- a/event_camera_simulator/imp/imp_opengl_renderer/src/opengl_renderer.cpp +++ b/event_camera_simulator/imp/imp_opengl_renderer/src/opengl_renderer.cpp @@ -44,6 +44,7 @@ void OpenGLRenderer::init() glfwWindowHint(GLFW_CONTEXT_VERSION_MAJOR, 3); glfwWindowHint(GLFW_CONTEXT_VERSION_MINOR, 3); glfwWindowHint(GLFW_OPENGL_PROFILE, GLFW_OPENGL_CORE_PROFILE); + glfwWindowHint(GLFW_VISIBLE, GL_FALSE); #ifdef __APPLE__ glfwWindowHint(GLFW_OPENGL_FORWARD_COMPAT, GL_TRUE); // uncomment this statement to fix compilation on OS X