From d6ee27a0980676338bc11e4ecc021af3907fca3f Mon Sep 17 00:00:00 2001 From: Spoike Date: Mon, 15 Nov 2004 13:00:59 +0000 Subject: [PATCH] Hopefully this will fix the culling issues that purplehaze reported. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@427 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_alias.c | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/gl/gl_alias.c b/engine/gl/gl_alias.c index 6bf62a2d7..c059dae4b 100644 --- a/engine/gl/gl_alias.c +++ b/engine/gl/gl_alias.c @@ -787,6 +787,7 @@ void GL_DrawAliasMesh (mesh_t *mesh, int texnum) glDepthMask(1); GL_Bind(texnum); + qglCullFace ( GL_FRONT ); GL_TexEnv(GL_MODULATE);