* Remove use of GL_ARB_multitexture since this has been part of the

core API for many years now
This commit is contained in:
Tim Angus 2007-09-10 22:28:58 +00:00
parent d6f32df425
commit 4f4f0c0dab
9 changed files with 42 additions and 84 deletions

View file

@ -1761,7 +1761,7 @@ static qboolean CollapseMultitexture( void ) {
int i;
textureBundle_t tmpBundle;
if ( !qglActiveTextureARB ) {
if ( glConfig.numTextureUnits < 2 ) {
return qfalse;
}