mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
I spelt anisotropic wrong
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1877 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f49d3e2cee
commit
dc53b0aae4
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ void GL_CheckExtensions (void *(*getglfunction) (char *name))
|
||||||
|
|
||||||
qglGetIntegerv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &gl_anisotropy_factor_max);
|
qglGetIntegerv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &gl_anisotropy_factor_max);
|
||||||
|
|
||||||
Con_SafePrintf("Anistropic filter extension found (%dx max).\n",gl_anisotropy_factor_max);
|
Con_SafePrintf("Anisotropic filter extension found (%dx max).\n",gl_anisotropy_factor_max);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strstr(gl_extensions, "GL_ARB_texture_non_power_of_two"))
|
if (strstr(gl_extensions, "GL_ARB_texture_non_power_of_two"))
|
||||||
|
|
Loading…
Reference in a new issue