Must update glew before I can enable MAY_HAVE_GLES3 for desktops

This commit is contained in:
Henrik Rydgård 2013-10-08 13:14:42 +02:00
parent 2382e34a2a
commit 2ffdb4ce30

View File

@ -21,7 +21,6 @@
#endif
#else // OpenGL
#define MAY_HAVE_GLES3 1
#include <GL/glew.h>
#if defined(__APPLE__)
#include <OpenGL/gl.h>