Use glewExperimental on OSX too
This commit is contained in:
parent
dd70f09fce
commit
d6d4b1948c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user