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:
Lance 2006-01-16 06:20:43 +00:00
parent f49d3e2cee
commit dc53b0aae4
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ void GL_CheckExtensions (void *(*getglfunction) (char *name))
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"))