glew making deprecated calls, hiding.

This commit is contained in:
Ben Vanik 2014-12-24 12:55:01 -08:00
parent 9c6be1edba
commit fa0dfa4dce
1 changed files with 1 additions and 1 deletions

View File

@ -10116,7 +10116,7 @@ GLenum GLEWAPIENTRY glewContextInit (GLEW_CONTEXT_ARG_DEF_LIST)
} }
/* query opengl extensions string */ /* query opengl extensions string */
extStart = glGetString(GL_EXTENSIONS); extStart = glewExperimental ? "" : glGetString(GL_EXTENSIONS);
if (extStart == 0) if (extStart == 0)
extStart = (const GLubyte*)""; extStart = (const GLubyte*)"";
extEnd = extStart + _glewStrLen(extStart); extEnd = extStart + _glewStrLen(extStart);