Fix mipmapping default. Oops. :P

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-27 12:18:53 +00:00
parent 0e88a1f18b
commit 684eeee134

View file

@ -93,7 +93,7 @@ int gl_lightmap_format = 4;
int gl_solid_format = 3;
int gl_alpha_format = 4;
int gl_filter_min = GL_LINEAR;
int gl_filter_min = GL_LINEAR_MIPMAP_NEAREST;
int gl_filter_max = GL_LINEAR;