X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_glx.c;h=16e012ab16a410e11117551ca53af04a90ba1993;hp=60355ddef3665562ee2fedbc6790ac93339af41d;hb=069960ea1e54b56f7dbd65f09ec3fb37a761f0d5;hpb=394aa49602211a87cf3b27072e778a037d2c2f28 diff --git a/vid_glx.c b/vid_glx.c index 60355dde..16e012ab 100644 --- a/vid_glx.c +++ b/vid_glx.c @@ -82,13 +82,6 @@ static qboolean vidmode_active = false; /*-----------------------------------------------------------------------*/ -//int texture_mode = GL_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_NEAREST; -//int texture_mode = GL_NEAREST_MIPMAP_LINEAR; -int texture_mode = GL_LINEAR; -//int texture_mode = GL_LINEAR_MIPMAP_NEAREST; -//int texture_mode = GL_LINEAR_MIPMAP_LINEAR; - int texture_extension_number = 1; float gldepthmin, gldepthmax;