Skip to content

Commit

Permalink
Include gl2platform.h in SDL_opengles2.h so we play nice with GLEW.
Browse files Browse the repository at this point in the history
Based on feedback from Sven Bergstr?m
  • Loading branch information
gabomdq committed May 10, 2014
1 parent de0d349 commit b701175
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_opengles2.h
Expand Up @@ -29,6 +29,7 @@
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
#else
#include <GLES2/gl2platform.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#endif
Expand Down

0 comments on commit b701175

Please sign in to comment.