Skip to content

Commit

Permalink
Remove dead link from comments, addressing issue jbikker#33
Browse files Browse the repository at this point in the history
  • Loading branch information
7etsuo authored Apr 26, 2024
1 parent e61e654 commit e38eeff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/platform/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -3189,4 +3188,4 @@ int gladLoadGLLoader( GLADloadproc load )
return GLVersion.major != 0 || GLVersion.minor != 0;
}

// EOF
// EOF

0 comments on commit e38eeff

Please sign in to comment.