From e38eeff0af6bb8f5928a030441584f9114b696d0 Mon Sep 17 00:00:00 2001 From: tetsuo Date: Thu, 25 Apr 2024 20:57:32 -0600 Subject: [PATCH] Remove dead link from comments, addressing issue #33 --- lib/platform/platform.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/platform/platform.cpp b/lib/platform/platform.cpp index 172841d5..442e3880 100644 --- a/lib/platform/platform.cpp +++ b/lib/platform/platform.cpp @@ -3094,7 +3094,6 @@ static void find_coreGL( void ) { /* Thank you @elmindreda - * https://github.com/elmindreda/greg/blob/master/templates/greg.c.in#L176 * https://github.com/glfw/glfw/blob/master/src/context.c#L36 */ int i, major, minor; @@ -3189,4 +3188,4 @@ int gladLoadGLLoader( GLADloadproc load ) return GLVersion.major != 0 || GLVersion.minor != 0; } -// EOF \ No newline at end of file +// EOF