Skip to content

Commit

Permalink
[OpenGL] Tweak log level for OpenGL version check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Feb 28, 2022
1 parent db9120b commit e9cc540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ivis_opengl/gfx_api_gl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ bool gl_context::initGLContext()

if (!GLAD_GL_VERSION_2_1 && !GLAD_GL_ES_VERSION_2_0)
{
debug(LOG_FATAL, "OpenGL 2.1+ / OpenGL ES 2.0+ not supported! Please upgrade your drivers.");
debug(LOG_POPUP, "OpenGL 2.1+ / OpenGL ES 2.0+ not supported! Please upgrade your drivers.");
return false;
}

Expand Down

0 comments on commit e9cc540

Please sign in to comment.