mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-03 09:22:45 +00:00
Removed glewExperimental = GL_TRUE hack for SDL 2
This commit is contained in:
parent
5c0fedf190
commit
0ca7667fd2
1 changed files with 0 additions and 8 deletions
|
@ -303,14 +303,6 @@ bool GLimp_Init( glimpParms_t parms )
|
|||
return false;
|
||||
}
|
||||
|
||||
// RB: use glewExperimental to avoid issues with OpenGL 3.x core profiles
|
||||
#if SDL_VERSION_ATLEAST(2, 0, 0)
|
||||
if( r_useOpenGL32.GetInteger() > 1 )
|
||||
{
|
||||
glewExperimental = GL_TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
GLenum glewResult = glewInit();
|
||||
if( GLEW_OK != glewResult )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue