*** empty log message ***

This commit is contained in:
Sam Lantinga
2001-04-26 18:37:24 +00:00
parent 13842131f7
commit c8c2fa5137

View File

@@ -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");