ref_gl: bring back GL_STATIC option

This commit is contained in:
Alibek Omarov 2019-03-30 03:08:44 +03:00
parent 47879942bb
commit ea6a86a83d
2 changed files with 947 additions and 470 deletions

View File

@ -264,7 +264,9 @@ void GL_MultiTexCoord2f( GLenum texture, GLfloat s, GLfloat t )
if( !GL_Support( GL_ARB_MULTITEXTURE ))
return;
#ifndef XASH_GL_STATIC
if( pglMultiTexCoord2f != NULL )
#endif
pglMultiTexCoord2f( texture + GL_TEXTURE0_ARB, s, t );
}

File diff suppressed because it is too large Load Diff