From e0b3c158f3bd6c9c774b8dbd8f2603be8ae11fac Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 14 May 2004 00:16:34 +0000 Subject: [PATCH] Tomaz fixed the stencil support (I had accidentally broken it in my over-zealous resetting of gl related variables) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4163 d7cf8633-e32d-0410-b094-e92efae38249 --- vid_shared.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vid_shared.c b/vid_shared.c index 10c63a6d..de8bf147 100644 --- a/vid_shared.c +++ b/vid_shared.c @@ -437,7 +437,6 @@ void VID_CheckExtensions(void) gl_combine_extension = false; gl_supportslockarrays = false; gl_videosyncavailable = false; - gl_stencil = false; gl_texture3d = false; gl_texturecubemap = false; gl_dot3arb = false; -- 2.39.2