From 3ad57d1b9cef03b4d384a3a1ca448113a5ad799d Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 26 Feb 2008 09:55:47 +0000 Subject: [PATCH] made r_showbboxes disable cull face git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8134 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_rmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gl_rmain.c b/gl_rmain.c index 1f59f2cb..d538305f 100644 --- a/gl_rmain.c +++ b/gl_rmain.c @@ -3997,6 +3997,7 @@ static void R_DrawEntityBBoxes_Callback(const entity_render_t *ent, const rtligh // this function draws bounding boxes of server entities if (!sv.active) return; + GL_CullFace(GL_NONE); R_SetupGenericShader(false); SV_VM_Begin(); for (i = 0;i < numsurfaces;i++) -- 2.39.2