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
This commit is contained in:
terminx 2016-11-09 22:51:39 +00:00
parent 466f3aca30
commit f3ac89af1b
1 changed files with 1 additions and 1 deletions

View File

@ -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