Use glewExperimental on OSX too

This commit is contained in:
Vincent Lejeune 2014-09-16 17:19:24 +02:00
parent dd70f09fce
commit d6d4b1948c

View File

@ -106,7 +106,7 @@ void initGL()
return;
is_gl_init = true;
// For Mesa extension reporting
#ifdef __linux__
#ifndef WIN32
glewExperimental = GL_TRUE;
#endif
GLenum err = glewInit();