Mercurial > sdl-ios-xcode
diff test/testgl2.c @ 1965:a788656ca29a
SDL constants are all uppercase.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Aug 2006 17:09:42 +0000 |
parents | 83946ee0ff1f |
children | 01e29c3e9a29 |
line wrap: on
line diff
--- a/test/testgl2.c Thu Aug 03 19:34:05 2006 +0000 +++ b/test/testgl2.c Sat Aug 05 17:09:42 2006 +0000 @@ -229,7 +229,7 @@ quit(2); } - if (state->render_flags & SDL_Renderer_PresentVSync) { + if (state->render_flags & SDL_RENDERER_PRESENTVSYNC) { SDL_GL_SetSwapInterval(1); } else { SDL_GL_SetSwapInterval(0);