Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Apr 26, 2001
1 parent 73c41a0 commit 7618148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_video.c
Expand Up @@ -1263,7 +1263,7 @@ int SDL_GL_LoadLibrary(const char *path)
int retval;

retval = -1;
if ( video->GL_LoadLibrary ) {
if ( video && video->GL_LoadLibrary ) {
retval = video->GL_LoadLibrary(this, path);
} else {
SDL_SetError("No dynamic GL support in video driver");
Expand Down

0 comments on commit 7618148

Please sign in to comment.