From aba12acd54fbd5ad6affb3d30d15167acb0f45c2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 23 Sep 2001 22:10:03 +0000 Subject: [PATCH] *** empty log message *** --- src/video/quartz/SDL_QuartzVideo.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/quartz/SDL_QuartzVideo.m b/src/video/quartz/SDL_QuartzVideo.m index 3dd64f316..776248ba3 100644 --- a/src/video/quartz/SDL_QuartzVideo.m +++ b/src/video/quartz/SDL_QuartzVideo.m @@ -764,6 +764,7 @@ static void QZ_TearDownOpenGL (_THIS) { /* SDL OpenGL functions */ static int QZ_GL_LoadLibrary (_THIS, const char *location) { + this->gl_config.driver_loaded = 1; return 1; }