Added SDL_VIDEO_OPENGL_ES2 to the SDL_config.h templates (Thanks, Kerim!).

This commit is contained in:
Ryan C. Gordon 2013-08-22 13:00:05 -04:00
parent cd9a7c392c
commit 20512dd292
2 changed files with 2 additions and 0 deletions

View file

@ -289,6 +289,7 @@
/* Enable OpenGL support */
#undef SDL_VIDEO_OPENGL
#undef SDL_VIDEO_OPENGL_ES
#undef SDL_VIDEO_OPENGL_ES2
#undef SDL_VIDEO_OPENGL_BGL
#undef SDL_VIDEO_OPENGL_CGL
#undef SDL_VIDEO_OPENGL_EGL