From dc53b0aae441434a7c4f54ac463ee58cb11450b2 Mon Sep 17 00:00:00 2001 From: Lance Date: Mon, 16 Jan 2006 06:20:43 +0000 Subject: [PATCH] I spelt anisotropic wrong git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1877 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidcommon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_vidcommon.c b/engine/gl/gl_vidcommon.c index 74cb4d0d3..f915ee4f7 100644 --- a/engine/gl/gl_vidcommon.c +++ b/engine/gl/gl_vidcommon.c @@ -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"))