Skip to content

Commit

Permalink
Yeah, that's what I meant. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 1, 2006
1 parent aa489f3 commit b64a04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/wincommon/SDL_wingl.c
Expand Up @@ -341,7 +341,7 @@ int WIN_GL_SetupWindow(_THIS)
* on it, it will not be removed. strstr should be safe here.*/
glGetStringFunc = WIN_GL_GetProcAddress(this, "glGetString");
if ( glGetStringFunc ) {
wglext = (const char *)this->glGetString(GL_EXTENSIONS);
wglext = (const char *)glGetStringFunc(GL_EXTENSIONS);
} else {
/* Uh oh, something is seriously wrong here... */
wglext = NULL;
Expand Down

0 comments on commit b64a04f

Please sign in to comment.