Skip to content

Commit

Permalink
GL: change spdlog gl version to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
flightlessmango committed Dec 26, 2024
1 parent 5559616 commit c515999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gl/gl_renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ bool ImGui_ImplOpenGL3_Init(const char* glsl_version)
GLint major = 0, minor = 0;
GetOpenGLVersion(major, minor, g_IsGLES);

SPDLOG_INFO("GL version: {}.{} {}", major, minor, g_IsGLES ? "ES" : "");
SPDLOG_DEBUG("GL version: {}.{} {}", major, minor, g_IsGLES ? "ES" : "");

if (!g_IsGLES) {
// Not GL ES
Expand Down

0 comments on commit c515999

Please sign in to comment.