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