mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 11:57:00 +00:00
Backends: OpenGL3: Commented out extra tokens at end of #else directive (#2804)
This commit is contained in:
parent
688cf868ea
commit
f0f5301612
@ -172,7 +172,7 @@ bool ImGui_ImplOpenGL3_Init(const char* glsl_version)
|
|||||||
gl_loader = "GLEW";
|
gl_loader = "GLEW";
|
||||||
#elif defined(IMGUI_IMPL_OPENGL_LOADER_GLAD)
|
#elif defined(IMGUI_IMPL_OPENGL_LOADER_GLAD)
|
||||||
gl_loader = "GLAD";
|
gl_loader = "GLAD";
|
||||||
#else IMGUI_IMPL_OPENGL_LOADER_CUSTOM
|
#else // IMGUI_IMPL_OPENGL_LOADER_CUSTOM
|
||||||
gl_loader = "Custom";
|
gl_loader = "Custom";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user