Skip to content

Commit

Permalink
Backends: OpenGL3: Commented out extra tokens at end of #else directi…
Browse files Browse the repository at this point in the history
…ve (#2804)
  • Loading branch information
podsvirov authored and ocornut committed Sep 24, 2019
1 parent 688cf86 commit f0f5301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imgui_impl_opengl3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f0f5301

Please sign in to comment.