From f3ac89af1b56a982b27163f77178ec4329d87f32 Mon Sep 17 00:00:00 2001 From: terminx Date: Wed, 9 Nov 2016 22:51:39 +0000 Subject: [PATCH] Change default anisotropic filtering setting to the max for the user's system. DONT_BUILD. git-svn-id: https://svn.eduke32.com/eduke32@5929 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/src/polymost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polymer/eduke32/build/src/polymost.c b/polymer/eduke32/build/src/polymost.c index bed6a5e60..72031855c 100644 --- a/polymer/eduke32/build/src/polymost.c +++ b/polymer/eduke32/build/src/polymost.c @@ -84,7 +84,7 @@ struct glfiltermodes glfiltermodes[NUMGLFILTERMODES] = {"GL_LINEAR_MIPMAP_LINEAR",GL_LINEAR_MIPMAP_LINEAR,GL_LINEAR} }; -int32_t glanisotropy = 1; // 0 = maximum supported by card +int32_t glanisotropy = 0; // 0 = maximum supported by card int32_t gltexfiltermode = TEXFILTER_OFF; #ifdef EDUKE32_GLES