mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-20 13:30:46 +00:00
Remove unnecessary HAVE_DLOPEN check
This commit is contained in:
parent
9aa60bc5f9
commit
c74861ceb5
1 changed files with 1 additions and 4 deletions
|
@ -91,7 +91,7 @@ CheckMultiTextureExtensions (void)
|
|||
Con_Printf ("disabled\n");
|
||||
return;
|
||||
}
|
||||
#ifdef HAVE_DLOPEN
|
||||
|
||||
if (QFGL_ExtensionPresent ("GL_ARB_multitexture")) {
|
||||
Con_Printf ("GL_ARB_multitexture\n");
|
||||
qglMTexCoord2f = QFGL_ExtensionAddress ("glMultiTexCoord2fARB");
|
||||
|
@ -116,9 +116,6 @@ CheckMultiTextureExtensions (void)
|
|||
} else {
|
||||
Con_Printf ("none\n");
|
||||
}
|
||||
#else
|
||||
gl_mtexable = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue