Mercurial > sdl-ios-xcode
changeset 197:ef78524e5f59
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 23 Sep 2001 22:10:03 +0000 |
parents | c4c4b221a5e5 |
children | 49bf25403f5e |
files | src/video/quartz/SDL_QuartzVideo.m |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/quartz/SDL_QuartzVideo.m Sun Sep 23 21:58:52 2001 +0000 +++ b/src/video/quartz/SDL_QuartzVideo.m Sun Sep 23 22:10:03 2001 +0000 @@ -764,6 +764,7 @@ /* SDL OpenGL functions */ static int QZ_GL_LoadLibrary (_THIS, const char *location) { + this->gl_config.driver_loaded = 1; return 1; }