mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-11 09:33:49 +00:00
minor issue
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@414 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
8d9241ba21
commit
04a6f1ae6f
@ -34,7 +34,7 @@ GLenum glewContextInit (GLEW_CONTEXT_ARG_DEF_LIST)
|
|||||||
GLuint major, minor;
|
GLuint major, minor;
|
||||||
/* check for SiS driver */
|
/* check for SiS driver */
|
||||||
s = glGetString(GL_RENDERER);
|
s = glGetString(GL_RENDERER);
|
||||||
if (s && _glewStrSame(s,"SiS",3))
|
if (s && _glewStrSame(s,(const GLubyte*)"SiS",3))
|
||||||
{
|
{
|
||||||
GLEW_VERSION_1_1 = GL_TRUE;
|
GLEW_VERSION_1_1 = GL_TRUE;
|
||||||
GLEW_VERSION_1_2 = GL_FALSE;
|
GLEW_VERSION_1_2 = GL_FALSE;
|
||||||
|
Loading…
Reference in New Issue
Block a user