X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_glx.c;h=16e012ab16a410e11117551ca53af04a90ba1993;hp=60355ddef3665562ee2fedbc6790ac93339af41d;hb=a4107d729cd599a854f238a79c038094127fad20;hpb=3b3c15c8805e3d221183b0d250f1ce752aff0783 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;