Backends: OpenGL3: Commented out extra tokens at end of #else directive (#2804)

This commit is contained in:
Konstantin Podsvirov 2019-09-25 01:06:14 +03:00 committed by omar
parent 688cf868ea
commit f0f5301612
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ bool ImGui_ImplOpenGL3_Init(const char* glsl_version)
gl_loader = "GLEW";
#elif defined(IMGUI_IMPL_OPENGL_LOADER_GLAD)
gl_loader = "GLAD";
#else IMGUI_IMPL_OPENGL_LOADER_CUSTOM
#else // IMGUI_IMPL_OPENGL_LOADER_CUSTOM
gl_loader = "Custom";
#endif